]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_charinset.h
index 383c325ff83fd3a45500fb1bb57886bab6d8309c..3673ba15c58cf67d9583a0257ff08c5a9184a8e1 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The base character inset.
  *  \author André Pönitz
@@ -33,7 +30,7 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
-       void octavize(OctaveStream & os) const;
+       void octave(OctaveStream & os) const;
        /// identifies Charinsets
        MathCharInset const * asCharInset() const { return this; }
        ///