From 52be1ef0d126f09ba943c7afcf367e7d9347f2fd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 8 Nov 2012 22:58:28 +0000 Subject: tabconv: it's all spaces now. --- src/function.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/function.h') diff --git a/src/function.h b/src/function.h index 1575bfd..71d87ba 100644 --- a/src/function.h +++ b/src/function.h @@ -7,17 +7,17 @@ class Function { public: - Function(); - virtual ~Function(); + Function(); + virtual ~Function(); - virtual Bu::String getName() const=0; + virtual Bu::String getName() const=0; - virtual Variable call( Variable &input, VarList lParams )=0; + virtual Variable call( Variable &input, VarList lParams )=0; - void setContext( class Context *p ); + void setContext( class Context *p ); protected: - class Context *pContext; + class Context *pContext; }; #endif -- cgit v1.2.3