]> git.lyx.org Git - lyx.git/blobdiff - src/Messages.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / Messages.h
index 36ee74a4c72cbbb7b82954ae89ab6440632b0792..cb6af76e924ec3da72cf46d072407057b778ce7b 100644 (file)
@@ -23,9 +23,11 @@ class Messages {
 public:
        /// messages in the language \p l.
        /// If \p l is empty, the language will be defined by the environment.
-       Messages(std::string const & l = "");
+       Messages(std::string const & l = std::string());
        ///
        docstring const get(std::string const & msg) const;
+       ///
+       static void init();
 private:
        ///
        std::string lang_;