]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_frameboxinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_frameboxinset.h
index c028e202e64c3db50e30b737457ac1ee97575e6d..c93cdb9cbe24bddc3e485833916dfcd28b5adc55 100644 (file)
@@ -25,6 +25,8 @@ public:
        void write(WriteStream & os) const;
        /// write normalized content
        void normalize(NormalStream & ns) const;
+       ///
+       mode_type currentMode() const { return TEXT_MODE; }
 private:
        /// width of '[' in current font
        mutable int w_;