From eb55f600575a855756d246f07a93381722de7bf4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Oct 2009 23:36:30 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/resp/tuplr@202 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/tuplr.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tuplr.hpp b/src/tuplr.hpp index 0141592..541e24b 100644 --- a/src/tuplr.hpp +++ b/src/tuplr.hpp @@ -621,8 +621,11 @@ Subst unify(const Constraints& c); /// Compiler backend struct Engine { - virtual CFunction startFunction(CEnv& cenv, const std::string& name, - const AType* retT, const ATuple& argsT, + virtual CFunction startFunction( + CEnv& cenv, + const std::string& name, + const AType* retT, + const ATuple& argsT, const vector argNames=vector()) = 0; virtual void finishFunction(CEnv& cenv, CFunction f, const AType* retT, CValue ret) = 0; -- cgit v1.2.1