X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetHFill.h;h=0364e6ecb1e76f19de6246ed34b37bca61b6581b;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=3c4683cc2de5562daf3736a0abf526b6290e8548;hpb=55a9524e9914cff61297ddfbea69808510060b37;p=lyx.git diff --git a/src/insets/InsetHFill.h b/src/insets/InsetHFill.h index 3c4683cc2d..0364e6ecb1 100644 --- a/src/insets/InsetHFill.h +++ b/src/insets/InsetHFill.h @@ -44,13 +44,14 @@ public: // a line separator)? bool isSpace() const; /// - static CommandInfo const * findInfo(std::string const &); + static ParamInfo const & findInfo(std::string const &); /// static std::string defaultCommand() { return "hfill"; }; /// static bool isCompatibleCommand(std::string const & s) { return s == "hfill"; } private: + /// virtual Inset * clone() const; };