]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / ref_inset.h
index 0132d78ab3a61a777b32fd461408014bafe1f4f7..39e2349070f5d85db401b0bbd3eeb549c8f65f0d 100644 (file)
@@ -12,7 +12,7 @@ public:
        ///
        explicit RefInset(string const & data);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        //void write(WriteStream & os) const;
        ///
@@ -20,7 +20,7 @@ public:
        ///
        dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
        ///
-       string screenLabel() const;
+       string const screenLabel() const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///