From 6d28f4d48f5cb3462765c7a1d582cea49352be1f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 19:52:08 +0300 Subject: Add missing final keywords to classes. --- src/utils/translation/podict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/translation/podict.h') 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 PoMap; -class PoDict +class PoDict final { public: PoDict(std::string lang); -- cgit v1.2.3-70-g09d2