diff options
Diffstat (limited to 'Build/source/utils/asymptote/drawelement.h')
-rw-r--r-- | Build/source/utils/asymptote/drawelement.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Build/source/utils/asymptote/drawelement.h b/Build/source/utils/asymptote/drawelement.h index 27eecdc488a..618da860ee4 100644 --- a/Build/source/utils/asymptote/drawelement.h +++ b/Build/source/utils/asymptote/drawelement.h @@ -18,12 +18,7 @@ #include "texfile.h" #include "prcfile.h" #include "glrender.h" - -namespace run { -template<class T> -extern void copyArrayC(T* &dest, const vm::array *a, size_t dim, - GCPlacement placement); -} +#include "arrayop.h" namespace camp { @@ -196,7 +191,7 @@ public: b += p.bounds(); } - virtual void writepath(psfile *out) { + virtual void writepath(psfile *out,bool) { out->write(p); } |