about summary refs log tree commit diff
path: root/src/fix-ng/primops.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fix-ng/primops.hh')
-rw-r--r--src/fix-ng/primops.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/primops.hh b/src/fix-ng/primops.hh
index 775ec5568208..76d587afdb1e 100644
--- a/src/fix-ng/primops.hh
+++ b/src/fix-ng/primops.hh
@@ -25,7 +25,7 @@ Expr primBaseNameOf(EvalState & state, Expr arg);
 Expr primToString(EvalState & state, Expr arg);
 
 /* Return the null value. */
-Expr primNull(EvalState & state, Expr arg);
+Expr primNull(EvalState & state);
 
 /* Determine whether the argument is the null value. */
 Expr primIsNull(EvalState & state, Expr arg);