summaryrefslogtreecommitdiff
path: root/src/callable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/callable.h')
-rw-r--r--src/callable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callable.h b/src/callable.h
index d08dc42..5b32558 100644
--- a/src/callable.h
+++ b/src/callable.h
@@ -94,7 +94,7 @@ protected:
* Suggestion for the return type
* @var Type
*/
- Type _return = nullType;
+ Type _return = Type::Null;
/**
* Required number of arguments