Re: [Mesa-dev] [PATCH] gallivm: Fix method overriding in raw_debug_ostream.

2012-03-28 Thread Jose Fonseca
Looks good to me. Thanks. Jose - Original Message - > Use matching type qualifers to avoid method hiding. > > Signed-off-by: Vinson Lee > --- > src/gallium/auxiliary/gallivm/lp_bld_debug.cpp |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/gallium

[Mesa-dev] [PATCH] gallivm: Fix method overriding in raw_debug_ostream.

2012-03-27 Thread Vinson Lee
Use matching type qualifers to avoid method hiding. Signed-off-by: Vinson Lee --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_de