pass default_dir around
[mussa.git] / qui / MussaWindow.hpp
index aff3c6ffbc9ef8d326556ac42bf95cc70fa2bb4e..a64c46f34413359b3356b10d00359984de041f58 100644 (file)
@@ -100,7 +100,7 @@ protected:
   //! shared_ptr to our analysis
   MussaRef analysis;
   //! the default directory we should loand and save from
-  QDir default_dir;
+  boost::shared_ptr<QDir> default_dir;
   std::list<boost::shared_ptr<MussaAlignedWindow> > aligned_windows;
   MotifEditor *motif_editor;
   MussaSetupDialog *setup_analysis_dialog;