]> git.lyx.org Git - lyx.git/blobdiff - src/messages.h
* filetools.[Ch]: Make functions that start with a capital
[lyx.git] / src / messages.h
index 50bc36ca119c14bed7c56979e4c52c58f5e5ab3e..f8ba53dbf0aa015ae08d6e2d7fed1bede9ffe63d 100644 (file)
 #define MESSAGES_H
 
 #include <boost/scoped_ptr.hpp>
+#include <string>
 
 ///
 class Messages {
 public:
-       ///
+       /// messages in the language defined by the environment
        Messages();
-       ///
+       /// messages in the language \p l
        Messages(std::string const & l);
        ///
        ~Messages();