]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.C
Remove executable status info from typeIndicator.
[lyx.git] / src / support / FileMonitor.C
index 3d5e84326a65272178ea2cf0d3e1c3f400b201d7..aa7cc4b31960a7d719fed31aed1a98b1b2aa8907 100644 (file)
 
 #include <config.h>
 
-#include "FileMonitor.h"
-
-#include "frontends/Timeout.h"
-
+#include "support/FileMonitor.h"
 #include "support/FileInfo.h"
 #include "support/lyxlib.h"
 
+// FIXME Interface violation
+#include "frontends/Timeout.h"
+
 #include <boost/bind.hpp>
 #include <boost/signals/trackable.hpp>
 
@@ -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.