remove unncessary class qualifier
authorDiane Trout <diane@caltech.edu>
Mon, 9 Apr 2007 21:28:31 +0000 (21:28 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 9 Apr 2007 21:28:31 +0000 (21:28 +0000)
some versions of gcc dont like class qualifiers on function
declarations inside the class.

alg/glsequence.hpp

index 7882d23a9340db77cbea53fdd2a3893726f46660..39cb36d53e076ca971c9b080a69783d68b7471bf 100644 (file)
@@ -108,7 +108,7 @@ protected:
   const GLfloat char_pix_per_world_unit;
 
   //! initalize a SeqSpanRef covering start, count
   const GLfloat char_pix_per_world_unit;
 
   //! initalize a SeqSpanRef covering start, count
-  SeqSpanRef GlSequence::make_undefined_sequence_annotation(
+  SeqSpanRef make_undefined_sequence_annotation(
     Drawable::draw_func_ptr draw,
     size_type start,
     size_type count);
     Drawable::draw_func_ptr draw,
     size_type start,
     size_type count);