summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-03-19 20:04:01 +0100
committerGitHub <noreply@github.com>2023-03-19 20:04:01 +0100
commitf37347dd6ed73f180116e100de46cbe33ce19598 (patch)
tree5f98b4914544ad065243a81a4e481e3c4e598fa8 /fluid/fluid.h
parentf9004352b42b3b039c391d5a8c83930c9b49b53a (diff)
Fix and consolidate settings dialogs (#346, #703)
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index c952558df..efa26e977 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -86,6 +86,7 @@ public:
Fluid_Project();
~Fluid_Project();
void reset();
+ void update_settings_dialog();
int i18n_type;
Fl_String i18n_include;