]> git.lyx.org Git - lyx.git/blobdiff - src/intl.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / intl.h
index 919966dcad652d5dead65814c84de6ba4050f29b..e85036ceaba903745c6f95838c81fe06fd185008 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef INTL_H
 #define INTL_H
 
+#include FORMS_H_LOCATION
+
 #ifdef __GNUG__
 #pragma interface
 #endif
@@ -54,7 +56,7 @@ public:
        void InitKeyMapper(bool on);
 
        /// Get the Translation Manager
-       inline TransManager * getTrans();
+       TransManager * getTrans();
        ///
        bool keymapon;
        ///
@@ -92,6 +94,7 @@ private:
 };
 
 
+inline
 TransManager * Intl::getTrans()
 {
        return trans;