]> git.lyx.org Git - lyx.git/blobdiff - src/language.h
hopefully fix tex2lyx linking.
[lyx.git] / src / language.h
index 66d1d5066446e65fa21e922afcd5f960b67f377d..530f545320a03ea1fb8ee16da3e47a7647944caf 100644 (file)
@@ -19,6 +19,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 class Encoding;
 
 ///
@@ -40,7 +43,7 @@ public:
        ///
        std::string const & display() const { return display_; }
        ///
-       bool RightToLeft() const { return rightToLeft_; }
+       bool rightToLeft() const { return rightToLeft_; }
        ///
        Encoding const * encoding() const { return encoding_; }
        ///
@@ -100,4 +103,7 @@ extern Language const * english_language;
 extern Language const * ignore_language;
 extern Language const * latex_language;
 
+
+} // namespace lyx
+
 #endif