froyg / thittam

1 stars 4 forks source link

Use *this instead of this in sigc::mem_fun #21

Closed Compro-Prasad closed 6 years ago

Compro-Prasad commented 6 years ago

Passing pointer to sigc::mem_fun is deprecated and might be removed in future. So, it is better to fix it now.

reference: https://www.murrayc.com/permalink/2016/03/17/libsigc-stdfunction-style-syntax/

previous pull at: https://github.com/froyg/thittam/pull/19