]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
* allow resizing of detached panel
[lyx.git] / src / buffer.h
index 280fc05c8d23b3eb5c279cd1e7115bb9c00f1fd0..ab48f508173aa1c4ebe247dcda134cad96ca2188 100644 (file)
@@ -120,7 +120,7 @@ public:
        bool hasParWithID(int id) const;
 
        /// This signal is emitted when the buffer is changed.
-       boost::signal<void(bool)> changed;
+       boost::signal<void()> changed;
        /// 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.