commit a5bac8394001c1d3ae9a47da2a987c0532f01359
parent de0b6654109072c462bd4b57b9526cc47fd8d3f3
Author: falkTX <falktx@gmail.com>
Date: Thu, 17 Sep 2015 11:58:32 +0200
Misc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoUILV2.cpp b/distrho/src/DistrhoUILV2.cpp
@@ -53,7 +53,7 @@ public:
fUiResize->ui_resize(fUiResize->handle, fUI.getWidth(), fUI.getHeight());
if (widget != nullptr)
- *widget = (LV2UI_Widget*)fUI.getWindowId();
+ *widget = (LV2UI_Widget)fUI.getWindowId();
#if DISTRHO_PLUGIN_WANT_STATE
// tell the DSP we're ready to receive msgs