mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 20:44:56 +00:00
Fix compilation with clang
This commit is contained in:
parent
2b8d603a9f
commit
fc84f0f6a0
@ -94,6 +94,9 @@ namespace conky {
|
|||||||
|
|
||||||
friend void conky::run_all_callbacks();
|
friend void conky::run_all_callbacks();
|
||||||
|
|
||||||
|
template<typename Callback>
|
||||||
|
friend class conky::callback_handle;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
callback_base(size_t hash_, uint32_t period_, bool wait_, bool use_pipe)
|
callback_base(size_t hash_, uint32_t period_, bool wait_, bool use_pipe)
|
||||||
: thread(NULL), hash(hash_), period(period_), remaining(0),
|
: thread(NULL), hash(hash_), period(period_), remaining(0),
|
||||||
|
Loading…
Reference in New Issue
Block a user