Use the right return type
[mussa.git] / alg / glsequence.hpp
index a2b5704a66024f0e6b61f7749d6126b4e9e8fffe..8243640ae19544b9b8e2dd1d241e466d84a33050 100644 (file)
@@ -86,7 +86,7 @@ public:
   //! get our right (horizontal) coordinate (size-x)
   float right() const;
   //! how long is our sequence track? (computed from the sequence)
-  GLfloat size() const;
+  Sequence::size_type size() const;
  
   //! return the left (lowest) base index that is fully visible
   Sequence::size_type leftbase(GLfloat left) const;