quick option to show sequence properties window
[mussa.git] / qui / MussaWindow.hpp
index 8afa91b31b60d3efa72e08a4b543e8db6203996f..b538cc0faf353a9f51e7f4d426f784cd7ce18f99 100644 (file)
@@ -107,7 +107,7 @@ protected:
   MussaRef analysis;
   //! the default directory we should loand and save from
   boost::shared_ptr<QDir> default_dir;
-  std::list<boost::shared_ptr<MussaAlignedWindow> > aligned_windows;
+  std::list<MussaAlignedWindowRef> aligned_windows;
   MotifEditor *motif_editor;
   MussaSetupDialog *setup_analysis_dialog;
   SubanalysisWindowRef subanalysis_window;
@@ -159,5 +159,4 @@ protected slots:
   //! update annotations?
   void updateAnnotations();
 };
-
 #endif