]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_splitinset.h
index 4225bae7c0d96addc25a608bbdd9df1ac5fc24a7..efd6f2c483d3fe82f87a6ea7ddb432f941c0724a 100644 (file)
@@ -5,9 +5,6 @@
 #include "math_gridinset.h"
 #include "LString.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathSplitInset : public MathGridInset {
@@ -15,7 +12,7 @@ public:
        ///
        explicit MathSplitInset(string const & name);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void write(WriteStream & os) const;
        ///