]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.h
Extracted from r14281
[lyx.git] / src / frontends / Timeout.h
index e642a989e1b70f4891da70990796c0914ecfb1c8..27089946eb8891a1d2045bd3c54b02086a6a9c2d 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef TIMEOUT_H
 #define TIMEOUT_H
 
-#include <boost/signals/signal0.hpp>
+#include <boost/signal.hpp>
 
 
 /**
@@ -39,7 +39,7 @@ public:
        /// restart the timer
        void restart();
        /// signal emitted on timer expiry
-       boost::signal0<void> timeout;
+       boost::signal<void()> timeout;
        /// emit the signal
        void emit();
        /// set the timer type