]> 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 95a9dabf21a1929ef3409ceaf02db1e8f332e1b5..c93cdb9cbe24bddc3e485833916dfcd28b5adc55 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Extra nesting
  *  \author André Pönitz
@@ -28,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_;