aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/json.c')
-rw-r--r--gcc/d/dmd/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/json.c b/gcc/d/dmd/json.c
index ba0cc6f..20e8c42 100644
--- a/gcc/d/dmd/json.c
+++ b/gcc/d/dmd/json.c
@@ -596,7 +596,7 @@ public:
void visit(AttribDeclaration *d)
{
- Dsymbols *ds = d->include(NULL, NULL);
+ Dsymbols *ds = d->include(NULL);
if (ds)
{