]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathUnderset.h
index ba0d223a70684cfb6b4e249e28581e48e9e45004..a53e74266a7532056a430525a072f38a4a6b4c50 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "InsetMathFracBase.h"
 
+
+namespace lyx {
+
 /// Inset for underset
 class InsetMathUnderset : public InsetMathFracBase {
 public:
@@ -38,4 +41,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif