X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMessages.h;h=dd24e1c5fccc29b8fba98c90d9f43d9bc26ead6f;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=a6e937256d1ab6ff913ecca1e01fc7211bc5be97;hpb=19024f725533b3dcdeddc318119e1379eb2c6837;p=lyx.git diff --git a/src/support/Messages.h b/src/support/Messages.h index a6e937256d..dd24e1c5fc 100644 --- a/src/support/Messages.h +++ b/src/support/Messages.h @@ -21,9 +21,10 @@ namespace lyx { /// class Messages { public: + /// dummy instantiation: no translation is done + Messages() {} /// messages in the language \p l. - /// If \p l is empty, the language will be defined by the environment. - Messages(std::string const & l = std::string()); + Messages(std::string const & l); /// docstring const get(std::string const & msg) const; /// What is the language associated with this translation?