From f24cb07eeb4846a3a0d549e9e8e7e74a0246678b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 30 Dec 2019 17:40:32 +0100 Subject: [PATCH] cc_frm_clock: Removed not required digit of slot method name only to simplify. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/40de1b7a46d27736d56d63a3c1eeee8871eabe35 Author: Thilo Graf Date: 2019-12-30 (Mon, 30 Dec 2019) --- src/gui/components/cc_frm_clock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_clock.cpp b/src/gui/components/cc_frm_clock.cpp index e7165427d..6aec1a1ab 100644 --- a/src/gui/components/cc_frm_clock.cpp +++ b/src/gui/components/cc_frm_clock.cpp @@ -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)