]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.cpp
Fix for bug 4135
[lyx.git] / src / insets / InsetHFill.cpp
index c2e386d4589e379af462aa6c6f9f5809dafd191c..2c071f659fd2de70ade8e3183f408a65815d5620 100644 (file)
@@ -26,9 +26,9 @@ InsetHFill::InsetHFill()
 {}
 
 
-std::auto_ptr<InsetBase> InsetHFill::doClone() const
+std::auto_ptr<Inset> InsetHFill::doClone() const
 {
-       return std::auto_ptr<InsetBase>(new InsetHFill);
+       return std::auto_ptr<Inset>(new InsetHFill);
 }
 
 
@@ -50,10 +50,10 @@ docstring const InsetHFill::getScreenLabel(Buffer const &) const
 
 
 int InsetHFill::plaintext(Buffer const &, odocstream & os,
-                          OutputParams const &) const
+                         OutputParams const &) const
 {
        os << "     ";
-       return 5; 
+       return 5;
 }