]> git.lyx.org Git - lyx.git/blobdiff - src/support/systemcall.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / systemcall.h
index d993b08f3301c97778f0fb5f589483bfe2457cfd..fda1b12bf12354b2f6ae57ae5e2926ba3d7c8bf7 100644 (file)
@@ -17,6 +17,9 @@
 
 #include "LString.h"
 
+namespace lyx {
+namespace support {
+
 /**
  * An instance of Class Systemcall represents a single child process.
  *
@@ -42,4 +45,7 @@ public:
        int startscript(Starttype how, string const & what);
 };
 
+} // namespace support
+} // namespace lyx
+
 #endif // SYSTEMCALL_H