[DEV] update to the hide implementation of esignal implementation

This commit is contained in:
Edouard DUPIN 2016-02-11 22:39:40 +01:00
parent aed62ff58b
commit 9f96beced2

View File

@ -1051,3 +1051,8 @@ namespace etk {
}
};
#include <esignal/details/Signal.hxx>
// declare for signal event
template class esignal::Signal<std::shared_ptr<appl::Buffer>>;