diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 09:51:45 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 09:51:45 +0200 |
commit | 191de15d23b618fba8297706ed3592dbc163ca98 (patch) | |
tree | 8c1f056ba5908fe0ac18a95bf2423af656c36095 /vst | |
parent | 0d463906c72e07d7c0679f1f1843dae9b2e63715 (diff) |
Fix compilation against new DrumGizmo interface.
Diffstat (limited to 'vst')
-rw-r--r-- | vst/drumgizmo_vst.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/drumgizmo_vst.cc b/vst/drumgizmo_vst.cc index 9d5ff0c..ae78bed 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(drumgizmo); + plugingui = new PluginGUI(); // plugingui->setChangeMidimapCallback(midimapHandler, dgeff); // plugingui->show(); |