diff options
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/BackgroundResolver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/BackgroundResolver.hpp b/osdep/BackgroundResolver.hpp index 7909d271..a848b215 100644 --- a/osdep/BackgroundResolver.hpp +++ b/osdep/BackgroundResolver.hpp @@ -79,7 +79,7 @@ public: * @param callback Callback function to receive notification or NULL if none * @praam arg Second argument to callback function */ - void resolveNow(void (*callback)(BackgroundResolver *,void *),void *arg); + void resolveNow(void (*callback)(BackgroundResolver *,void *) = 0,void *arg = 0); /** * Abort (abandon) any current resolve jobs |