]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.C
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / lyxgluelength.C
index bd76faffe5c9838b498865116053c8a520e098c4..fbea55bbd0354fa397088258e4eaed6a6ab2f0ed 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <sstream>
 
+
+namespace lyx {
+
 using std::ostringstream;
 using std::string;
 
@@ -132,3 +135,6 @@ bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2)
 {
        return !(l1 == l2);
 }
+
+
+} // namespace lyx