From e8a3df4b464ef34baafdecee59bd2db3da168830 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 Sep 2015 15:59:34 +0200 Subject: Added missing GUI:: namespaces. --- vst/drumgizmo_vst.cc | 2 +- vst/drumgizmo_vst.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vst') diff --git a/vst/drumgizmo_vst.cc b/vst/drumgizmo_vst.cc index 6aec4f2..d9cb975 100644 --- a/vst/drumgizmo_vst.cc +++ b/vst/drumgizmo_vst.cc @@ -49,7 +49,7 @@ bool DGEditor::open(void* ptr) DEBUG(dgeditor, "open GUI (new PluginGUI)\n"); if(plugingui) delete plugingui; - plugingui = new PluginGUI(); + plugingui = new GUI::PluginGUI(); // plugingui->setChangeMidimapCallback(midimapHandler, dgeff); // plugingui->show(); diff --git a/vst/drumgizmo_vst.h b/vst/drumgizmo_vst.h index 4497c48..b15122c 100644 --- a/vst/drumgizmo_vst.h +++ b/vst/drumgizmo_vst.h @@ -112,7 +112,7 @@ public: private: DrumGizmoVst* dgeff; - PluginGUI *plugingui; + GUI::PluginGUI *plugingui; DrumGizmo *drumgizmo; }; -- cgit v1.2.3