X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInfo.h;h=fa3cfda72899f653a77dd2ede20ecbfdbae47479;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=2f1b65153b956efae0ea87af343fed3112b71bc3;hpb=5e26a3a63369205d75c89562c836dbe8b402da86;p=lyx.git diff --git a/src/insets/InsetInfo.h b/src/insets/InsetInfo.h index 2f1b65153b..fa3cfda728 100644 --- a/src/insets/InsetInfo.h +++ b/src/insets/InsetInfo.h @@ -139,9 +139,9 @@ public: UNKNOWN_INFO, // Invalid type }; /// - docstring getDate(std::string const, QDate const date = QDate::currentDate()) const; + docstring getDate(std::string const &, QDate const date = QDate::currentDate()) const; /// - docstring getTime(std::string const, QTime const time = QTime::currentTime()) const; + docstring getTime(std::string const &, QTime const time = QTime::currentTime()) const; /// std::vector> getArguments(Buffer const * buf, std::string const &) const; @@ -196,7 +196,7 @@ public: /// void doDispatch(Cursor & cur, FuncRequest & cmd); /// Force inset into LTR environment if surroundings are RTL - bool forceLTR() const; + bool forceLTR(OutputParams const &) const; /// void setInfo(std::string const & info); ///