diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:21:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:21:37 +0300 |
commit | fe4eff7bbf665cf356271c19feccb80b99cf877b (patch) | |
tree | b0d9e7fd4a5be4b1dd2ef5472953ed9aa718879d /src/utils/gettexthelper.h | |
parent | 0f64a06317df182ab0ff4a0ae9fbe1aad880dcc0 (diff) | |
download | plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.gz plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.bz2 plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.xz plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.zip |
Add missing A_DEFAULT_COPY / A_DELETE_COPY into utils.
Diffstat (limited to 'src/utils/gettexthelper.h')
-rw-r--r-- | src/utils/gettexthelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/gettexthelper.h b/src/utils/gettexthelper.h index a83fc44cd..d42266d45 100644 --- a/src/utils/gettexthelper.h +++ b/src/utils/gettexthelper.h @@ -30,6 +30,8 @@ class GettextHelper final { public: + A_DELETE_COPY(GettextHelper) + static void initLang(); private: |