diff options
Diffstat (limited to 'src/x11_in_qt5.cpp')
-rw-r--r-- | src/x11_in_qt5.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/x11_in_qt5.cpp b/src/x11_in_qt5.cpp index 2d5333f..c6c551f 100644 --- a/src/x11_in_qt5.cpp +++ b/src/x11_in_qt5.cpp @@ -198,9 +198,9 @@ wrapper_resize(LV2UI_Feature_Handle handle, int width, int height) SUIL_LIB_EXPORT SuilWrapper* -suil_wrapper_new(SuilHost* host, - const char* host_type_uri, - const char* ui_type_uri, +suil_wrapper_new(SuilHost*, + const char*, + const char*, LV2_Feature*** features, unsigned n_features) { |