summaryrefslogtreecommitdiff
path: root/graphics/asymptote/drawpath3.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
commitecdf859b6ce481abfd530425dcf6f0f764bd0001 (patch)
tree13bc161dc046876ac6c92fce5f9f5034ba9aa573 /graphics/asymptote/drawpath3.h
parent790995b7e79697514364450bf9c04f1b8d500838 (diff)
CTAN sync 202112280300
Diffstat (limited to 'graphics/asymptote/drawpath3.h')
-rw-r--r--graphics/asymptote/drawpath3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/drawpath3.h b/graphics/asymptote/drawpath3.h
index 3209493bf2..c4153909ba 100644
--- a/graphics/asymptote/drawpath3.h
+++ b/graphics/asymptote/drawpath3.h
@@ -105,7 +105,7 @@ public:
}
bool write(prcfile *out, unsigned int *, double, groupsmap&);
- bool write(jsfile *out);
+ bool write(abs3Doutfile *out);
void render(double, const triple&, const triple&, double,
bool remesh);
@@ -234,7 +234,7 @@ public:
double perspective, bool remesh);
bool write(prcfile *out, unsigned int *, double, groupsmap&);
- bool write(jsfile *out);
+ bool write(abs3Doutfile *out);
drawElement *transformed(const double* t);
};