X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLine.h;h=8285045ec56ac77a8bece1a9053e10f6e3bc46dc;hb=860accd01fb8115ec7c6ad80b054f1046e19c62f;hp=f6b8a600a57790681e2bf05f220809f3624748e1;hpb=ecef54500d4d77baf4fa47eac2253679875ac08c;p=lyx.git diff --git a/src/insets/InsetLine.h b/src/insets/InsetLine.h index f6b8a600a5..8285045ec5 100644 --- a/src/insets/InsetLine.h +++ b/src/insets/InsetLine.h @@ -31,7 +31,7 @@ public: //@{ docstring screenLabel() const; static ParamInfo const & findInfo(std::string const &); - static std::string defaultCommand() { return "rule"; }; + static std::string defaultCommand() { return "rule"; } static bool isCompatibleCommand(std::string const & s) { return s == "rule"; } //@}