Missed part of "Store Sequence sequence location in a shared_ptr class"
[mussa.git] / alg / glsequence.hpp
index 01b7e056da8ce8c53286f089cf5fce1c4746374d..62014b4fc7175c5a1abbcb5699912617184faf74 100644 (file)
@@ -65,7 +65,7 @@ public:
   boost::shared_ptr<Color> color();
 
   //! how big is a pixel in world coordinats
-  GLfloat get_pixel_width(GLfloat, GLfloat) const;
+  GLfloat pixelWidth(GLfloat, GLfloat) const;
   //! how big is a pixel in world coordinats (specifying viewport size)
   GLfloat pixelWidth(GLfloat, GLfloat, int) const;