]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_charinset.h
index da50061c494c1f3d37501151c5020b02aac839cb..383c325ff83fd3a45500fb1bb57886bab6d8309c 100644 (file)
@@ -9,7 +9,9 @@
 #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 {
@@ -29,7 +31,9 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void normalize(NormalStream &) const;
+       void normalize(NormalStream & ns) const;
+       ///
+       void octavize(OctaveStream & os) const;
        /// identifies Charinsets
        MathCharInset const * asCharInset() const { return this; }
        ///
@@ -37,9 +41,7 @@ public:
        ///
        bool isRelOp() const;
        ///
-       bool match(MathInset *) const;
-       /// identifies complicated things that need braces if used as arg
-       bool needsBraces() const { return false; }
+       bool match(MathInset const *) const;
 
 private:
        /// the character