Death to stupid mussa pointers
[mussa.git] / alg / parse_options.hpp
index 52445d06a8b40b5456a6160ae87f95ff3db6b442..25405a66c86978a76721aaf93c3ce14f3bbf92eb 100644 (file)
@@ -2,8 +2,7 @@
 #define _PARSE_OPTIONS_H_
 
 #include <string>
-
-class Mussa;
+#include <alg/mussa.hpp>
 
 //! collect information about runtime options
 struct MussaOptions 
@@ -12,7 +11,7 @@ struct MussaOptions
   MussaOptions();
 
   //! pointer to our analysis, if its null, feel free to die
-  Mussa *analysis;
+  MussaRef analysis;
   //! Location of documentation
   std::string doc_dir;
   //! should we use the gui?