]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / lstrings.h
index 771cba3d6fb3307f29eb412a983330ce9a3b3ac3..254337d37672a881a350770fec34fa963e2f9315 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "LString.h"
 
+namespace lyx {
+namespace support {
+
 ///
 int compare_no_case(string const & s, string const & s2);
 
@@ -210,4 +213,7 @@ string bformat(string const & fmt, string const & arg1, string const & arg2,
 string bformat(string const & fmt, string const & arg1, string const & arg2,
                string const & arg3, string const & arg4);
 
+} // namespace support
+} // namespace lyx
+
 #endif