summaryrefslogtreecommitdiff
path: root/graphics/asymptote/varinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/varinit.h')
-rw-r--r--graphics/asymptote/varinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/varinit.h b/graphics/asymptote/varinit.h
index 721242dac2..55c4766594 100644
--- a/graphics/asymptote/varinit.h
+++ b/graphics/asymptote/varinit.h
@@ -61,7 +61,7 @@ public:
arrayinit(position pos)
: varinit(pos), rest(0) {}
- virtual ~arrayinit()
+ virtual ~arrayinit()
{}
void prettyprint(ostream &out, Int indent);