]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.C
hopefully fix tex2lyx linking.
[lyx.git] / src / lengthcommon.C
index 0f5f1a3310030d7f09b748c006aec13aeb471a87..dde8d54c169c5440bd11972b6683fa774217f08b 100644 (file)
@@ -16,6 +16,9 @@
 
 #include "gettext.h"
 
+
+namespace lyx {
+
 using std::string;
 
 // I am not sure if "mu" should be possible to select (Lgb)
@@ -43,3 +46,6 @@ LyXLength::UNIT unitFromString(string const & data)
                ++i;
        return static_cast<LyXLength::UNIT>(i);
 }
+
+
+} // namespace lyx