]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathReplace.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / MathReplace.h
index 3a57d4c9d396a957d4f57ab23d3cd3eb120ff70b..9f0a92046ae84f1290e9493b180d4c47721c6964 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "MathData.h"
 
+
+namespace lyx {
+
 class ReplaceData {
 public:
        ///
@@ -23,4 +26,7 @@ public:
        MathArray to;
 };
 
+
+} // namespace lyx
+
 #endif