cc_frm_clock: Removed not required digit of slot method name

only to simplify.


Origin commit data
------------------
Commit: 40de1b7a46
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-12-30 (Mon, 30 Dec 2019)
This commit is contained in:
2019-12-30 17:40:32 +01:00
committed by vanhofen
parent 8e30f2c040
commit f24cb07eeb

View File

@@ -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)