summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index fd9ea87..6f2c96c 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -42,6 +42,10 @@
*/
class TranslatorEnglish : public Translator
{
+ protected:
+ friend class TranslatorAdapterBase;
+ virtual ~TranslatorEnglish() {}
+
public:
// --- Language control methods -------------------