summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawgroup.h')
-rw-r--r--Build/source/utils/asymptote/drawgroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/drawgroup.h b/Build/source/utils/asymptote/drawgroup.h
index 50aa7610aac..53b689c8ae6 100644
--- a/Build/source/utils/asymptote/drawgroup.h
+++ b/Build/source/utils/asymptote/drawgroup.h
@@ -21,7 +21,7 @@ public:
bool begingroup() {return true;}
- bool write(prcfile *out) {
+ bool write(prcfile *out, unsigned int *, vm::array *, vm::array *) {
out->begingroup(name.c_str());
return true;
}
@@ -36,7 +36,7 @@ public:
bool endgroup() {return true;}
- bool write(prcfile *out) {
+ bool write(prcfile *out, unsigned int *, vm::array *, vm::array *) {
out->endgroup();
return true;
}