]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.h
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / insethfill.h
index 7951275c05d28f5e7a40fce4ef4b0fc2cc4dc1b3..1f0321015b477d4df1fb6d1767b0fb12c6e3fb51 100644 (file)
@@ -24,7 +24,7 @@ public:
                return std::auto_ptr<InsetBase>(new InsetHFill);
        }
        ///
-       string const getScreenLabel(Buffer const &) const { return getContents(); }
+       std::string const getScreenLabel(Buffer const &) const { return getContents(); }
        ///
        InsetOld::Code lyxCode() const { return InsetOld::HFILL_CODE; }
        ///