summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/constructor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/constructor.cc')
-rw-r--r--Build/source/utils/asymptote/constructor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/constructor.cc b/Build/source/utils/asymptote/constructor.cc
index d22e9ee31d0..e1d240b9846 100644
--- a/Build/source/utils/asymptote/constructor.cc
+++ b/Build/source/utils/asymptote/constructor.cc
@@ -34,7 +34,7 @@ using namespace types;
// Defined in dec.cc.
varEntry *makeVarEntry(position pos, coenv &e, record *r, types::ty *t);
-bool definesImplicitConstructor(coenv &e, record *r, varEntry *v, symbol *id)
+bool definesImplicitConstructor(coenv &e, record *r, varEntry *v, symbol id)
{
if (id == symbol::initsym &&
r != 0 &&