summaryrefslogtreecommitdiff
path: root/src/expr/declaration_scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/declaration_scope.h')
-rw-r--r--src/expr/declaration_scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/declaration_scope.h b/src/expr/declaration_scope.h
index 4cdb71ddc..d695a3bf8 100644
--- a/src/expr/declaration_scope.h
+++ b/src/expr/declaration_scope.h
@@ -177,7 +177,7 @@ public:
/**
* Lookup the arity of a bound parameterized type.
*/
- size_t lookupArity( const std::string& name );
+ size_t lookupArity(const std::string& name);
/**
* Pop a scope level. Deletes all bindings since the last call to
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback