summaryrefslogtreecommitdiff
path: root/graphics/asymptote/callable.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/callable.h')
-rw-r--r--graphics/asymptote/callable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/callable.h b/graphics/asymptote/callable.h
index 851ccb4623..f870d48d97 100644
--- a/graphics/asymptote/callable.h
+++ b/graphics/asymptote/callable.h
@@ -1,7 +1,7 @@
/*****
* callable.h
* Tom Prince 2005/06/19
- *
+ *
* Runtime representation of functions.
*****/
@@ -51,7 +51,7 @@ struct func : public callable {
void print(ostream& out);
};
-class bfunc : public callable
+class bfunc : public callable
{
public:
bfunc(bltin b) : func(b) {}