]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Scons: update_po target, part one: language_l10n.pot
[lyx.git] / src / buffer.h
index 499293976fe7dc61980cab859f1e46478a35a4c5..61005fe9b0f5b7dac6ac041c561e45bb2f6d823c 100644 (file)
@@ -130,6 +130,8 @@ public:
 
        /// This signal is emitted when the buffer is changed.
        boost::signal<void()> changed;
+       /// This signal is emitted when the buffer structure is changed.
+       boost::signal<void()> structureChanged;
        /// 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.