]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / MathData.h
index 9b679ad211aaec81d2dc3d2b020498309bb769e1..b808dba5790a43304cca06eea1ef6decada528b3 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "support/docstream.h"
 
+
+namespace lyx {
+
 class BufferView;
 class LaTeXFeatures;
 class ReplaceData;
@@ -54,7 +57,7 @@ public:
 
 public:
        ///
-       MathArray();
+       MathArray() {}
        ///
        MathArray(const_iterator from, const_iterator to);
        ///
@@ -159,7 +162,9 @@ private:
 ///
 std::ostream & operator<<(std::ostream & os, MathArray const & ar);
 ///
-lyx::odocstream & operator<<(lyx::odocstream & os, MathArray const & ar);
+odocstream & operator<<(odocstream & os, MathArray const & ar);
+
 
+} // namespace lyx
 
 #endif