]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.h
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_substackinset.h
index 8013695740924d0ff4d04e00c8b21265324ecc4b..36f6a4209a26b2b824eef0d3280df1919f182942 100644 (file)
@@ -29,7 +29,8 @@ public:
        MathSubstackInset const * asSubstackInset() const { return this; }
 
        ///
-       void normalize();
+       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+               FuncStatus & flag) const;
        ///
        void infoize(std::ostream & os) const;
        ///
@@ -38,6 +39,8 @@ public:
        void normalize(NormalStream &) const;
        ///
        void maple(MapleStream &) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };