On Tuesday 18 of November 2014, Chris Sherlock wrote: > Hi all, > > I'm attempting to get Timer to use boost's Signals2. When I compile, > however, I get a warning and an error:
I should finally find the time to write down the howto for this I guess. You cannot just use a pointer to a member function, because that one requires also the this pointer, so you need to go with boost::bind. See e.g. 96369e97. -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
