summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/record.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/record.cc')
-rw-r--r--Build/source/utils/asymptote/record.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/record.cc b/Build/source/utils/asymptote/record.cc
index 191a39267f2..8bb26176aa0 100644
--- a/Build/source/utils/asymptote/record.cc
+++ b/Build/source/utils/asymptote/record.cc
@@ -52,7 +52,7 @@ dummyRecord::dummyRecord(symbol name)
{
// Encode the instructions to put an placeholder instance of the record
// on the stack.
- trans::coder c(this, 0);
+ trans::coder c(nullPos, this, 0);
c.closeRecord();
}
@@ -61,7 +61,7 @@ dummyRecord::dummyRecord(string s)
{
// Encode the instructions to put an placeholder instance of the record
// on the stack.
- trans::coder c(this, 0);
+ trans::coder c(nullPos, this, 0);
c.closeRecord();
}