]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_diminset.h
index 2131e5d7405f635c8a753947e223691e2881d4c4..908b23f01aecb87c6dff6e84e7efc03973c5c965 100644 (file)
@@ -21,6 +21,9 @@ class PainterInfo;
 /// things that need the dimension cache
 class MathDimInset : public MathInset {
 public:
+       ///
+       MathDimInset(); 
+
        ///
        Dimension dimensions() const { return dim_; }
        ///
@@ -45,4 +48,5 @@ protected:
        ///
        mutable int yo_;
 };
+
 #endif