diff options
Diffstat (limited to 'src/gtk2_in_qt5.cpp')
-rw-r--r-- | src/gtk2_in_qt5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk2_in_qt5.cpp b/src/gtk2_in_qt5.cpp index e97f4a0..75258b0 100644 --- a/src/gtk2_in_qt5.cpp +++ b/src/gtk2_in_qt5.cpp @@ -88,7 +88,7 @@ wrapper_wrap(SuilWrapper* wrapper, gtk_container_add(GTK_CONTAINER(plug), widget); gtk_widget_show_all(plug); - const WId wid = gtk_plug_get_id((GtkPlug *)plug); + const WId wid = (const WId)gtk_plug_get_id((GtkPlug*)plug); QWindow* window = QWindow::fromWinId(wid); QWidget* container = QWidget::createWindowContainer(window, wrap); QVBoxLayout* layout = new QVBoxLayout(); |