]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_hullinset.h
index d3e4dea56a90c437e8b39d4bd0c90dd9008027ab..c2747fb14e232f03add99f3335114d224a15ddff 100644 (file)
@@ -47,9 +47,9 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
        /// identifies MatrixInsets
-       virtual MathHullInset const * asHullInset() const { return this; }
+       MathHullInset const * asHullInset() const { return this; }
        /// identifies HullInset
-       virtual MathHullInset * asHullInset() { return this; }
+       MathHullInset * asHullInset() { return this; }
 
        ///
        void addRow(row_type);
@@ -87,13 +87,15 @@ private:
        ///
        void validate1(LaTeXFeatures & features);
        ///
-       void header_write(std::ostream &) const;
+       void header_write(WriteStream &) const;
        ///
-       void footer_write(std::ostream &) const;
+       void footer_write(WriteStream &) const;
        ///
        void glueall();
        ///
        string nicelabel(row_type row) const;
+       /// consistency check
+       void check() const;
 
        ///
        MathInsetTypes objtype_;