]> git.lyx.org Git - lyx.git/blobdiff - src/intl.h
small changes to ButtonController usage
[lyx.git] / src / intl.h
index 919966dcad652d5dead65814c84de6ba4050f29b..8432bfcd1a80e685a1794457701dfbf147f80a6b 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef INTL_H
 #define INTL_H
 
+#include FORMS_H_LOCATION
+
 #ifdef __GNUG__
 #pragma interface
 #endif
@@ -26,8 +28,7 @@ class TransManager;
   classes. Probably should the gui class just have a pointer to the non
   gui class.
   */
-class Intl
-{
+class Intl {
 public:
        ///
        Intl();
@@ -54,7 +55,7 @@ public:
        void InitKeyMapper(bool on);
 
        /// Get the Translation Manager
-       inline TransManager * getTrans();
+       TransManager * getTrans();
        ///
        bool keymapon;
        ///
@@ -92,6 +93,7 @@ private:
 };
 
 
+inline
 TransManager * Intl::getTrans()
 {
        return trans;