summaryrefslogtreecommitdiff
path: root/src/callable.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 11:33:53 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 11:33:53 +0100
commit52fe0c39457421e075959179ee6b64a20b96f0d9 (patch)
treee6dd000114d104bf6286d74682feb694b3cb97a3 /src/callable.h
parentfa02aa127d2c4261d15123829e44f6d997444abc (diff)
types are not a C++11 class, introduced FixedValue class that can not change type, and implemented both Object and Array to make use of that type, implemented - but not yet tested - Base::value() method
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