summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/coder.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/coder.h')
-rw-r--r--Build/source/utils/asymptote/coder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/coder.h b/Build/source/utils/asymptote/coder.h
index c6524f3c4ad..92176cf774b 100644
--- a/Build/source/utils/asymptote/coder.h
+++ b/Build/source/utils/asymptote/coder.h
@@ -182,7 +182,7 @@ public:
coder newFunction(string name, function *t, modifier sord=DEFAULT_DYNAMIC);
// Creates a new record type.
- record *newRecord(symbol *id);
+ record *newRecord(symbol id);
// Create a coder for the initializer of the record.
coder newRecordInit(record *r, modifier sord=DEFAULT_DYNAMIC);