mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_frm_clock: Removed not required digit of slot method name
only to simplify.
This commit is contained in:
@@ -104,7 +104,7 @@ CComponentsFrmClock::CComponentsFrmClock( const int& x_pos,
|
||||
initParent(parent);
|
||||
|
||||
//init slot for running clock
|
||||
cl_sl_show = sigc::mem_fun0(*this, &CComponentsFrmClock::ShowTime);
|
||||
cl_sl_show = sigc::mem_fun(*this, &CComponentsFrmClock::ShowTime);
|
||||
|
||||
//run clock already if required
|
||||
if (activ)
|
||||
|
Reference in New Issue
Block a user