diff options
Diffstat (limited to 'graphics/asymptote/base/plain_constants.asy')
-rw-r--r-- | graphics/asymptote/base/plain_constants.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/base/plain_constants.asy b/graphics/asymptote/base/plain_constants.asy index 6cca1406cf..e32fab3377 100644 --- a/graphics/asymptote/base/plain_constants.asy +++ b/graphics/asymptote/base/plain_constants.asy @@ -70,7 +70,7 @@ void DOSendl(file file) {write(file,'\r\n',flush);} void DOSnewl(file file) {write(file,'\r\n');} void tab(file file) {write(file,'\t');} void comma(file file) {write(file,',');} -typedef void suffix(file); +using suffix=void(file); // Used by interactive write to warn that the outputted type is the resolution // of an overloaded name. |