1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

Fix compilation with clang

This commit is contained in:
Pavel Labath 2013-07-13 19:42:04 +02:00
parent 2b8d603a9f
commit fc84f0f6a0

View File

@ -94,6 +94,9 @@ namespace conky {
friend void conky::run_all_callbacks();
template<typename Callback>
friend class conky::callback_handle;
protected:
callback_base(size_t hash_, uint32_t period_, bool wait_, bool use_pipe)
: thread(NULL), hash(hash_), period(period_), remaining(0),