]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lengthcommon.h
index ff5d6f507927764ed8fc886d2aad151f6b79883e..7dcf3d91b59b46993d919035e480b6d6d1e1ced5 100644 (file)
@@ -18,6 +18,9 @@
 #include "lyxlength.h"
 
 
+namespace lyx {
+
+
 /// the number of units possible
 extern int const num_units;
 
@@ -33,4 +36,7 @@ extern char const * const unit_name_gui[];
 LyXLength::UNIT unitFromString(std::string const & data);
 
 
+
+} // namespace lyx
+
 #endif // LENGTH_COMMON_H