]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / buffer.h
index d9dbf8863c40e1a5d0937f94f879ff469e31fdca..2c52c7b04cb4d6e991a57243aa8bf4fd104fed38 100644 (file)
@@ -117,7 +117,7 @@ public:
        /// This signal is emitted when some parsing error shows up.
        boost::signal<void(std::string)> errors;
        /// This signal is emitted when some message shows up.
-       boost::signal<void(std::string)> message;
+       boost::signal<void(lyx::docstring)> message;
        /// This signal is emitted when the buffer busy status change.
        boost::signal<void(bool)> busy;
        /// This signal is emitted when the buffer readonly status change.