Oops. Actually make new Properties changes work.
[ardour.git] / libs / ardour / ardour / named_selection.h
index 0c13bcedc1a4f617e15b416f4352a2a142570114..c17ef3bf4dff1ed00e1da217460b4832cbc6286e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2003 Paul Davis 
+    Copyright (C) 2003 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 #include <list>
 #include <boost/shared_ptr.hpp>
 
-#include "pbd/stateful.h" 
+#include "pbd/stateful.h"
 
 class XMLNode;
 
@@ -44,9 +44,9 @@ struct NamedSelection : public PBD::Stateful
 
     XMLNode& get_state (void);
 
-    int set_state (const XMLNode&);
+    int set_state (const XMLNode&, int version);
 
-    static sigc::signal<void,NamedSelection*> NamedSelectionCreated;
+    static PBD::Signal1<void,NamedSelection*> NamedSelectionCreated;
 };
 
 }/* namespace ARDOUR */