]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / FileMonitor.C
index 3d5e84326a65272178ea2cf0d3e1c3f400b201d7..4a7fa07bf36dda81601d44b9216043f621b7a415 100644 (file)
@@ -42,7 +42,7 @@ struct FileMonitor::Impl : public boost::signals::trackable {
        Timeout timer_;
 
        /// This signal is emitted if the file is modified (has a new checksum).
-       boost::signal0<void> fileChanged_;
+       FileMonitor::FileChangedSig fileChanged_;
 
        /** We use these to ascertain whether a file (once loaded successfully)
         *  has changed.