Finish off setting sequence offset user interface
[mussa.git] / alg / glseqbrowser.hpp
index 5cc06720f20837ecbc32b1a56d57d283ee86f406..86439fce8f8b847fd07f0c5e49106b72c973751e 100644 (file)
@@ -211,12 +211,12 @@ private:
   float viewport_center;
   double zoom_level;
   boost::shared_ptr<AnnotationColors> color_mapper;
-  //! container of all the GlSequences loaded into our scene
-  std::vector<boost::shared_ptr<GlSequence> > track_container;
   //! counter for each path added to us via connect
   int pathid;
 
 protected:
+  //! container of all the GlSequences loaded into our scene
+  std::vector<boost::shared_ptr<GlSequence> > track_container;
   //! where to draw our box (world coordinates)
   rect<float> selectedRegion;
   //! true if we have a selection