summaryrefslogtreecommitdiff
path: root/graphics/asymptote/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/types.h')
-rw-r--r--graphics/asymptote/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/asymptote/types.h b/graphics/asymptote/types.h
index 04c3e263f2..36d44d0009 100644
--- a/graphics/asymptote/types.h
+++ b/graphics/asymptote/types.h
@@ -398,6 +398,7 @@ struct signature : public gc {
return n >= formals.size() - numKeywordOnly;
}
+ friend string toString(const signature& s);
friend ostream& operator<< (ostream& out, const signature& s);
friend bool equivalent(const signature *s1, const signature *s2);