summaryrefslogtreecommitdiffstats
path: root/src/client/PatchModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PatchModel.hpp')
-rw-r--r--src/client/PatchModel.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/PatchModel.hpp b/src/client/PatchModel.hpp
index 4e5890ef..35b11e15 100644
--- a/src/client/PatchModel.hpp
+++ b/src/client/PatchModel.hpp
@@ -19,7 +19,6 @@
#define PATCHMODEL_H
#include <cassert>
-#include <list>
#include <string>
#include <sigc++/sigc++.h>
#include "raul/SharedPtr.hpp"
@@ -28,7 +27,7 @@
#include "ConnectionModel.hpp"
-using std::list; using std::string;
+using std::string;
namespace Ingen {
namespace Client {
@@ -64,7 +63,7 @@ public:
signal_editable.emit(e);
} }
- virtual void set(const string& key, const Atom& value);
+ virtual void set_property(const string& key, const Atom& value);
// Signals
sigc::signal<void, SharedPtr<NodeModel> > signal_new_node;