]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBinom.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathBinom.h
index 0fddb3a05df0f7ff5a289898941c7e8f1ca13084..aba5364a7f61bd8bc71a4ac8d0942568c047279b 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathFracBase.h"
 
 
+namespace lyx {
+
+
 /// Binom like objects
 class InsetMathBinom : public InsetMathFracBase {
 public:
@@ -38,4 +41,7 @@ private:
        bool choose_;
 };
 
+
+} // namespace lyx
+
 #endif