aboutsummaryrefslogtreecommitdiff
path: root/common/translation.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/translation.h')
-rw-r--r--common/translation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/translation.h b/common/translation.h
index cefe99ef13..8fd8892e4d 100644
--- a/common/translation.h
+++ b/common/translation.h
@@ -50,7 +50,9 @@ struct TLanguage {
id = i;
}
};
-
+
+bool operator<(const TLanguage&, const TLanguage&);
+
typedef Array<TLanguage> TLangArray;
struct PoMessageEntry {