From 7662f41abc291d1a0ad58f08853111e2b4402532 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Apr 2012 16:11:39 +0000 Subject: Fix resize feature URI. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4154 a436a847-0d15-0410-975c-d299462d15a1 --- src/x11_in_qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_in_qt4.cpp b/src/x11_in_qt4.cpp index b51055b..ced3dcd 100644 --- a/src/x11_in_qt4.cpp +++ b/src/x11_in_qt4.cpp @@ -77,7 +77,7 @@ suil_wrapper_new(SuilHost* host, wrapper->resize.ui_resize = wrapper_resize; LV2_Feature* resize_feature = (LV2_Feature*)malloc(sizeof(LV2_Feature)); - resize_feature->URI = "http://lv2plug.in/ns/ext/ui-resize#UIResize"; + resize_feature->URI = LV2_UI__resize; resize_feature->data = &wrapper->resize; wrapper->features[n_features + 1] = resize_feature; -- cgit v1.2.1