]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_numberinset.h
index 6c2a5c7ce5305b5f430fd246eab811ff5db5a3e2..b0a64fa24e23862980e823de08cb4b9f848813d8 100644 (file)
@@ -4,13 +4,12 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Some inset that "is" a number
  *  maily for math-extern
  *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class MathNumberInset : public MathDimInset {
@@ -31,9 +30,9 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///