diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-19 01:09:13 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-19 02:03:05 +0100 |
| commit | 29531873ea4395a2dc65cefcc28db09569c38c18 (patch) | |
| tree | 97ae97c7b7f798c11fd291a0e2cc6bfb27e32b8a /fluid/Fluid_Image.h | |
| parent | 5438954d8c6213f1b0cc9d23b70ffaae388e1d60 (diff) | |
STR 3289: Fluid i18n, gettext, catguts improvements
Removed some unneeded code.
Diffstat (limited to 'fluid/Fluid_Image.h')
| -rw-r--r-- | fluid/Fluid_Image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index 99b06d218..d11e2487b 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -41,6 +41,7 @@ public: void write_static(); void write_initializer(const char *type_name, const char *format, ...); void write_code(const char *var, int inactive = 0); + void write_inline(int inactive = 0); const char *name() const {return name_;} }; |
