]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parinset.h
implement missing doClone methods
[features.git] / src / mathed / math_parinset.h
index 6be910752d7486bc7189b585891cbe08aa5aaf07..0c32eb6354357948876ed522821b3c8eb6327024 100644 (file)
@@ -31,6 +31,9 @@ public:
        void infoize(std::ostream & os) const;
        ///
        void write(WriteStream & os) const;
+private:
+       ///
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif