]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Tooltips.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / Tooltips.h
index cd618d1a42433cf22b33a897c73bd596a91d5137..2cc357ffd57b1999d1d28135e0cc1d9c08ea610c 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef TOOLTIPS_H
 #define TOOLTIPS_H
 
-#include <boost/signals/signal0.hpp>
+#include <boost/signal.hpp>
 #include <boost/signals/trackable.hpp>
 
 #include "forms_fwd.h" // Can't forward-declare FL_OBJECT
@@ -55,7 +55,7 @@ private:
        /** Once enabled_ is changed, then this signal is emitted to update
         *  all the tooltips.
         */
-       static boost::signal0<void> toggled;
+       static boost::signal<void()> toggled;
 
        /// The tooltips are stored so that they can be turned on and off.
        typedef std::map<FL_OBJECT *, std::string> TooltipsMap;