]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathChar.h
index 902f50e8fbe80ec4525ee22a64409bdd69fa1668..b5f7806346d30c583bf147e69d834cad7973f794 100644 (file)
@@ -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;