diff options
Diffstat (limited to 'l10ntools/inc/gConvXcu.hxx')
-rw-r--r-- | l10ntools/inc/gConvXcu.hxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/l10ntools/inc/gConvXcu.hxx b/l10ntools/inc/gConvXcu.hxx index c222eaca2c43..1bdde9fc30e8 100644 --- a/l10ntools/inc/gConvXcu.hxx +++ b/l10ntools/inc/gConvXcu.hxx @@ -22,14 +22,21 @@ +extern int xculex(void); + + + class xcu_stack_entry; + + + class convert_xcu : public convert_gen { public: bool mbNoCollectingData; convert_xcu(l10nMem& crMemory); - ~convert_xcu() {}; + ~convert_xcu() override {}; void pushKey(char *syyText); void popKey(char *syyText); |