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