diff options
Diffstat (limited to 'gettextfromc.cpp')
-rw-r--r-- | gettextfromc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettextfromc.cpp b/gettextfromc.cpp index ba8158c87..de2b1d486 100644 --- a/gettextfromc.cpp +++ b/gettextfromc.cpp @@ -15,7 +15,7 @@ void gettextFromC::reset(void) translationCache.clear(); } -gettextFromC* gettextFromC::instance() +gettextFromC *gettextFromC::instance() { static QScopedPointer<gettextFromC> self(new gettextFromC()); return self.data(); |