]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_charinset.h
index a25e8928784b8143cbd45ccec007076defccf9ae..3673ba15c58cf67d9583a0257ff08c5a9184a8e1 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The base character inset.
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class MathCharInset : public MathDimInset {
@@ -31,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; }
        ///