]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.h
* src/insets/InsetInclude.cpp: formatting (in response to r18445)
[lyx.git] / src / insets / InsetHFill.h
index a1d777b70685857c739410fd9ceb71648d38bad7..ec1eac81186f7d377032a416283f52ab76753739 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        docstring const getScreenLabel(Buffer const &) const;
        ///
-       InsetBase::Code lyxCode() const { return InsetBase::HFILL_CODE; }
+       Inset::Code lyxCode() const { return Inset::HFILL_CODE; }
        ///
        int plaintext(Buffer const &, odocstream &,
                      OutputParams const &) const;
@@ -42,7 +42,7 @@ public:
        // a line separator)?
        bool isSpace() const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };