diff options
Diffstat (limited to 'src/x11_in_qt4.cpp')
-rw-r--r-- | src/x11_in_qt4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11_in_qt4.cpp b/src/x11_in_qt4.cpp index f7c9c3f..59dee41 100644 --- a/src/x11_in_qt4.cpp +++ b/src/x11_in_qt4.cpp @@ -37,7 +37,7 @@ wrapper_wrap(SuilWrapper* wrapper, } static int -wrapper_resize(LV2UI_Resize_Handle handle, int width, int height) +wrapper_resize(LV2UI_Feature_Handle handle, int width, int height) { QX11EmbedWidget* const ew = (QX11EmbedWidget*)handle; ew->resize(width, height); |