Really fix build with Wt < 3.3.7

This commit is contained in:
emeric
2018-02-06 20:29:19 +01:00
parent f24e634447
commit 5cc2a29b59
+1 -1
View File
@@ -91,7 +91,7 @@ Filters::showDialog()
}));
dialog->setModal(true);
#if WT_VERSION >= 0x030307
#if WT_VERSION >= 0x03030700
dialog->setMovable(false);
#endif