summaryrefslogtreecommitdiff
path: root/FL/core
diff options
context:
space:
mode:
Diffstat (limited to 'FL/core')
-rw-r--r--FL/core/function_types.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/core/function_types.H b/FL/core/function_types.H
index 7961f7632..741b781fb 100644
--- a/FL/core/function_types.H
+++ b/FL/core/function_types.H
@@ -90,7 +90,7 @@ typedef void (*Fl_Idle_Handler)(void *data);
/** Signature of add_idle callback function passed as parameter.
This signature allows an idle callback without parameters.
When the callback is called it is called with an additional
- parameter (set to nullptr) which is not used by the callback.
+ parameter (set to 0) which is not used by the callback.
*/
typedef void (*Fl_Old_Idle_Handler)();