]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.h
Remove non-copyable idioms
[lyx.git] / src / support / Messages.h
index a6e937256d1ab6ff913ecca1e01fc7211bc5be97..dd24e1c5fccc29b8fba98c90d9f43d9bc26ead6f 100644 (file)
@@ -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?