Attempt to make vcl::Timer use boost's Signals2
Lubos Lunak
l.lunak at collabora.com
Thu Nov 20 07:35:39 PST 2014
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
l.lunak at collabora.com
More information about the LibreOffice
mailing list