]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathChar.h
index 902f50e8fbe80ec4525ee22a64409bdd69fa1668..a9b8c2eb545ad8dd49460c2c65784b1374448d13 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -22,6 +22,8 @@ public:
        ///
        explicit InsetMathChar(char_type c);
        ///
+       void setBuffer(Buffer &) {}
+       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -35,6 +37,8 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        void normalize(NormalStream & ns) const;
        ///
        void octave(OctaveStream & os) const;