]> git.lyx.org Git - lyx.git/blobdiff - src/intl.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / intl.h
index 57382a5a16c13b1223539432553a582d95bd69ea..e85036ceaba903745c6f95838c81fe06fd185008 100644 (file)
@@ -56,7 +56,7 @@ public:
        void InitKeyMapper(bool on);
 
        /// Get the Translation Manager
-       inline TransManager * getTrans();
+       TransManager * getTrans();
        ///
        bool keymapon;
        ///
@@ -94,6 +94,7 @@ private:
 };
 
 
+inline
 TransManager * Intl::getTrans()
 {
        return trans;