X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fgnome%2FTimeout_pimpl.h;h=ea18891725928cfcb3370935359263afdd57fdf4;hb=f24ed7d6ca1bd04c752f4246a4aaed06ec775d3e;hp=1979041a7e7beb39496f4d8acb5eacb8624b0392;hpb=c3f9ef4313e5041b896616e70e57ef10a854a862;p=lyx.git diff --git a/src/frontends/gnome/Timeout_pimpl.h b/src/frontends/gnome/Timeout_pimpl.h index 1979041a7e..ea18891725 100644 --- a/src/frontends/gnome/Timeout_pimpl.h +++ b/src/frontends/gnome/Timeout_pimpl.h @@ -12,7 +12,7 @@ #include "frontends/Timeout.h" #include "glib.h" // for gint -#include +#include #ifdef __GNUG__ #pragma interface @@ -38,7 +38,7 @@ public: public: /// The timeout signal, this gets called when the timeout passed. - gint timeoutEvent(); + bool timeoutEvent(); private: /// the owning timer Timeout * owner_;