summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/path.h')
-rw-r--r--Build/source/utils/asymptote/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/path.h b/Build/source/utils/asymptote/path.h
index 42f00c9c19c..c19438ae461 100644
--- a/Build/source/utils/asymptote/path.h
+++ b/Build/source/utils/asymptote/path.h
@@ -387,6 +387,7 @@ public:
extern path nullpath;
extern const unsigned maxdepth;
extern const unsigned mindepth;
+extern const char *nopoints;
bool intersect(double& S, double& T, path& p, path& q, double fuzz,
unsigned depth=maxdepth);