diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
| commit | 52be1ef0d126f09ba943c7afcf367e7d9347f2fd (patch) | |
| tree | fd4b0dd148751c3c6c1b95296c3b82cb86051b83 /src/functionast.h | |
| parent | 795d0737fed40d88a7801b451b7750ba90802345 (diff) | |
| download | build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.gz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.bz2 build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.xz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.zip | |
tabconv: it's all spaces now.
Diffstat (limited to '')
| -rw-r--r-- | src/functionast.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/functionast.h b/src/functionast.h index 0de564f..75af751 100644 --- a/src/functionast.h +++ b/src/functionast.h | |||
| @@ -6,16 +6,16 @@ | |||
| 6 | class FunctionAst : public Function | 6 | class FunctionAst : public Function |
| 7 | { | 7 | { |
| 8 | public: | 8 | public: |
| 9 | FunctionAst( const class AstBranch *pRoot, class Runner *pRunner ); | 9 | FunctionAst( const class AstBranch *pRoot, class Runner *pRunner ); |
| 10 | virtual ~FunctionAst(); | 10 | virtual ~FunctionAst(); |
| 11 | 11 | ||
| 12 | virtual Bu::String getName() const; | 12 | virtual Bu::String getName() const; |
| 13 | virtual Variable call( Variable &input, VarList lParams ); | 13 | virtual Variable call( Variable &input, VarList lParams ); |
| 14 | 14 | ||
| 15 | private: | 15 | private: |
| 16 | Bu::String sName; | 16 | Bu::String sName; |
| 17 | const class AstBranch *pRoot; | 17 | const class AstBranch *pRoot; |
| 18 | class Runner *pRunner; | 18 | class Runner *pRunner; |
| 19 | }; | 19 | }; |
| 20 | 20 | ||
| 21 | #endif | 21 | #endif |
