]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_makeboxinset.h
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_makeboxinset.h
index ee31ad239b5e82a2db62da6511170c142dc718fa..b6e8a8d58266e432797f521a5ae3b12193974e2b 100644 (file)
@@ -33,6 +33,8 @@ public:
        void normalize(NormalStream & ns) const;
        ///
        mode_type currentMode() const { return TEXT_MODE; }
+       ///
+       void infoize(std::ostream & os) const;
 private:
        /// width of '[' in current font
        mutable int w_;