]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_parboxinset.h
index dc8e0d4d8a213d5c9c97b37905cc9db1c4e3b9b5..b57a32d23c0486837696bda27cc7dae01a2ba55d 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 #ifndef MATH_PARBOXINSET_H
 #define MATH_PARBOXINSET_H
 
@@ -13,7 +14,7 @@ public:
        ///
        MathParboxInset * asParboxInset() { return this; }
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///