summaryrefslogtreecommitdiff
path: root/include/byval.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/byval.h')
-rw-r--r--include/byval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/byval.h b/include/byval.h
index a31c1f7..40a458c 100644
--- a/include/byval.h
+++ b/include/byval.h
@@ -33,7 +33,7 @@ public:
* @param nullable Can it be null?
* @param required Is this argument required?
*/
- ByVal(const char *name, const char *classname, bool nullable = true, bool required = true) : Argument(name, classname, nullable, required, false) {}
+ ByVal(const char *name, const char *classname, bool nullable = false, bool required = true) : Argument(name, classname, nullable, required, false) {}
/**
* Copy constructor