On Tuesday 13 August 2002 8:10 am, Andre Poenitz wrote: > [I believe the getLabelList() should be named fillLabelList() or so, take a > ref to a vector<string> and fill it instead of returning the vector by > value (most empty vectors btw). But that's not really important]
and I believe that it should be moved out of Buffer and take a Buffer const & argument as it operates on a Buffer. Put it in bufferfuncs when you've done. Angus