summaryrefslogtreecommitdiff
path: root/src/utils/translation/podict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/translation/podict.h')
-rw-r--r--src/utils/translation/podict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/translation/podict.h b/src/utils/translation/podict.h
index 86a09b0d9..71c604f38 100644
--- a/src/utils/translation/podict.h
+++ b/src/utils/translation/podict.h
@@ -26,7 +26,7 @@
typedef std::map <std::string, std::string> PoMap;
-class PoDict
+class PoDict final
{
public:
PoDict(std::string lang);