]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / formula.h
index 56cd7a88dc99fc8bac9f7444412ae9ddcae99cbc..63b85275fe78c6685155bdf590be749c23f3711c 100644 (file)
@@ -58,11 +58,11 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        ///
-       bool insetAllowed(Inset::Code code) const;
+       bool insetAllowed(InsetOld::Code code) const;
        ///
-       std::vector<string> const getLabelList() const;
+       void getLabelList(std::vector<string> &) const;
        ///
        MathAtom const & par() const { return par_; }
        ///