summaryrefslogtreecommitdiffstats
path: root/src/gui/NewSubpatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NewSubpatchWindow.hpp')
-rw-r--r--src/gui/NewSubpatchWindow.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/NewSubpatchWindow.hpp b/src/gui/NewSubpatchWindow.hpp
index b3482fdd..3c685d3f 100644
--- a/src/gui/NewSubpatchWindow.hpp
+++ b/src/gui/NewSubpatchWindow.hpp
@@ -22,12 +22,13 @@
#include <gtkmm.h>
#include "raul/SharedPtr.hpp"
#include "interface/GraphObject.hpp"
-#include "client/PatchModel.hpp"
-#include "client/PluginModel.hpp"
using namespace Ingen::Shared;
-using Ingen::Client::PatchModel;
namespace Ingen {
+
+namespace Client { class PatchModel; }
+using Ingen::Client::PatchModel;
+
namespace GUI {
@@ -52,7 +53,7 @@ private:
void cancel_clicked();
GraphObject::Variables _initial_data;
- SharedPtr<PatchModel> _patch;
+ SharedPtr<PatchModel> _patch;
Gtk::Entry* _name_entry;
Gtk::Label* _message_label;