diff options
Diffstat (limited to 'l10ntools/source/common.cxx')
-rw-r--r-- | l10ntools/source/common.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/source/common.cxx b/l10ntools/source/common.cxx index 92dc802aa872..84adb767c7ba 100644 --- a/l10ntools/source/common.cxx +++ b/l10ntools/source/common.cxx @@ -9,11 +9,15 @@ #include <common.hxx> +namespace { + //flags for handleArguments() enum class State { NONE, Input, Output, MergeSrc, Languages }; +} + namespace common { bool handleArguments( |