]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrameBox.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathFrameBox.h
index 7488f8f671fdd78c748c8f37b62d7cf200f64bfe..2034e5b375acf9200b61cc0b85c3a87add2a9e53 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 /// Extra nesting
 class InsetMathFrameBox : public InsetMathNest {
 public:
@@ -36,4 +39,7 @@ private:
        mutable int w_;
 };
 
+
+
+} // namespace lyx
 #endif