]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetEnvironment.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetEnvironment.h
index 55e9bf0a4ecbdcc380a409a15eee426585849c66..69fc9c4507ee39410324bc0bdeeb09697f0278c2 100644 (file)
@@ -13,7 +13,7 @@
 #define INSETENVIRONMENT_H
 
 #include "InsetText.h"
-#include "lyxlayout_ptr_fwd.h"
+#include "LayoutPtr.h"
 
 
 namespace lyx {
@@ -29,7 +29,7 @@ public:
        ///
        void read(Buffer const & buf, Lexer & lex);
        ///
-       Inset::Code lyxCode() const { return Inset::ENVIRONMENT_CODE; }
+       InsetCode lyxCode() const { return ENVIRONMENT_CODE; }
        ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;
@@ -49,7 +49,7 @@ public:
 protected:
        InsetEnvironment(InsetEnvironment const &);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
        /// the layout
        LayoutPtr layout_;
        ///