Update mussa to build on ubuntu 10.04 with qt 4.6.2 +boost 1.40.0.1
[mussa.git] / alg / annotation_colors.hpp
index 2fdb4f1ad3391326c19dc3d324a3651b0bcb103e..26b56c93d8bcde5ddcebc9802205a52e24c6f302 100644 (file)
@@ -4,8 +4,10 @@
 #include <map>
 #include <string>
 
-#include "alg/color.hpp"
-#include "alg/sequence.hpp"
+#include <boost/shared_ptr.hpp>
+
+#include "color.hpp"
+#include "sequence.hpp"
 
 struct DefaultColorMap;
 struct DefaultColorMap
@@ -24,6 +26,9 @@ struct DefaultColorMap
   color_map_type cm;
 };
 
+class AnnotationColors;
+typedef boost::shared_ptr<AnnotationColors> AnnotationColorsRef;
+
 class AnnotationColors
 {
 public:
@@ -55,7 +60,6 @@ public:
   void erase(const std::string &type, const std::string& instance);
 
   //! lookup an annotation color
-  Color lookup(const annot &) const;
   Color lookup(const std::string &, const std::string &) const;
 private:
   // nested maps, with default?