]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDim.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathDim.h
index 73a4ce4be20fc28f1ad1500cbb4377eed478a7d6..a88d2f545d4a7e2cbb1f4b53e941b8534c7676f6 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMath.h"
 #include "dimension.h"
 
+
+namespace lyx {
+
 class PainterInfo;
 
 
@@ -41,4 +44,7 @@ protected:
        mutable Dimension dim_;
 };
 
+
+} // namespace lyx
+
 #endif