]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDim.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathDim.C
index 1b0eecb601248d94be08b3f12fa0ec0e89d1805f..7869b2300bc053e127cd8c9b459d9ee200c689ca 100644 (file)
@@ -18,6 +18,9 @@
 #include "metricsinfo.h"
 
 
+namespace lyx {
+
+
 InsetMathDim::InsetMathDim()
 {}
 
@@ -45,3 +48,6 @@ void InsetMathDim::setPosCache(PainterInfo const & pi, int x, int y) const
        //lyxerr << "InsetMathDim: cache to " << x << " " << y << std::endl;
        pi.base.bv->coordCache().insets().add(this, x, y);
 }
+
+
+} // namespace lyx