[DEV] update to the specialisation of the signal hide implementation

This commit is contained in:
Edouard DUPIN 2016-02-11 22:39:40 +01:00
parent ea4cc45ac5
commit 5138c91756

View File

@ -7,6 +7,7 @@
*/
#include <ewol/widget/Widget.h>
#include <esignal/details/Signal.hxx>
#undef __class__
#define __class__ "event::Time"
@ -32,3 +33,6 @@ namespace etk {
}
}
// declare for signal event
template class esignal::Signal<ewol::event::Time>;