diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/qt4_in_gtk2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt4_in_gtk2.cpp b/src/qt4_in_gtk2.cpp index 453af02..eb2469a 100644 --- a/src/qt4_in_gtk2.cpp +++ b/src/qt4_in_gtk2.cpp @@ -137,7 +137,7 @@ suil_wrapper_new(SuilHost* host, SuilQtWrapper* const wrap = SUIL_QT_WRAPPER( g_object_new(SUIL_TYPE_QT_WRAPPER, NULL)); - int argc = 0; + static int argc = 0; wrap->app = new QApplication(argc, NULL, true); wrapper->impl = wrap; |