summaryrefslogtreecommitdiffstats
path: root/src/x11_in_qt4.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-26 04:06:53 +0000
committerDavid Robillard <d@drobilla.net>2012-03-26 04:06:53 +0000
commit9bc20acb40862bd8c34b3fcc731fc7170cd3528f (patch)
tree6ba1406770c7417325fc082363dbece7211a6cfd /src/x11_in_qt4.cpp
parent15c291b3dd247dd30141b40a3d204f47aa7bc1af (diff)
downloadsuil-9bc20acb40862bd8c34b3fcc731fc7170cd3528f.tar.gz
suil-9bc20acb40862bd8c34b3fcc731fc7170cd3528f.tar.bz2
suil-9bc20acb40862bd8c34b3fcc731fc7170cd3528f.zip
Update for latest UI extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4107 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/x11_in_qt4.cpp')
-rw-r--r--src/x11_in_qt4.cpp2
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);