diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-06 07:38:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-06 12:07:49 +0200 |
commit | 38c0f0d5bce4db4cdbbcef14ffb60c66e8a52372 (patch) | |
tree | 153a96df1d918edd4143555d37e529c045be0e81 | |
parent | c2f870b244618f848c77d4bd8b02a8775907822d (diff) |
gui: fix Unix build
-rw-r--r-- | gui/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,5 +116,5 @@ public: MainWindow(); ~MainWindow(); static void set_working_directory(); - static void warn_on_config_not_writable(); + void warn_on_config_not_writable(); }; |