summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/callable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/callable.h')
-rw-r--r--Build/source/utils/asymptote/callable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/callable.h b/Build/source/utils/asymptote/callable.h
index 851ccb4623d..f870d48d97b 100644
--- a/Build/source/utils/asymptote/callable.h
+++ b/Build/source/utils/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) {}