diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-09-03 15:59:34 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-09-03 15:59:34 +0200 |
commit | e8a3df4b464ef34baafdecee59bd2db3da168830 (patch) | |
tree | f8607dc482de6cf3f6e128d92720d7271fa332b7 /vst/drumgizmo_vst.h | |
parent | 1b5859154efb69e212f4d627e761fbed76c50aa3 (diff) |
Added missing GUI:: namespaces.
Diffstat (limited to 'vst/drumgizmo_vst.h')
-rw-r--r-- | vst/drumgizmo_vst.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |