]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFracBase.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / mathed / InsetMathFracBase.h
index 620bb3b1eab4e681cb9d39c0649f8a146c430e33..83ee1c8b6dcbf2a6f7e60c9ebe0ff9c7435e448a 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 class InsetMathFracBase : public InsetMathNest {
 public:
        ///
@@ -27,4 +30,7 @@ public:
        bool idxRight(LCursor &) const;
 };
 
+
+
+} // namespace lyx
 #endif