summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConvUlf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/gConvUlf.hxx')
-rw-r--r--l10ntools/inc/gConvUlf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/gConvUlf.hxx b/l10ntools/inc/gConvUlf.hxx
index 52d415da2613..7053059d1888 100644
--- a/l10ntools/inc/gConvUlf.hxx
+++ b/l10ntools/inc/gConvUlf.hxx
@@ -25,8 +25,8 @@
class convert_ulf : public convert_gen
{
public:
- convert_ulf(l10nMem& crMemory);
- ~convert_ulf();
+ convert_ulf(l10nMem& crMemory) : convert_gen(crMemory) {};
+ ~convert_ulf() {};
void setKey(char *syyText);
void setText(char *syyText, bool bIsEnUs);