[Insight-developers] FLTK error update

Damion Shelton dmshelto@andrew.cmu.edu
Tue, 19 Mar 2002 13:45:40 -0500


A quick update,

Changing the line:
   ostrstream text( buffer, len );

to:
   std::ostrstream text( buffer, len );

fixes the problem. Is this a characteristic of my machine, or a change that 
should be committed to the repository?

Thanks,
-Damion-