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/functionopen.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 'src/functionopen.h')
-rw-r--r-- | src/functionopen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/functionopen.h b/src/functionopen.h index 5ab3cab..27a18ad 100644 --- a/src/functionopen.h +++ b/src/functionopen.h | |||
@@ -6,11 +6,11 @@ | |||
6 | class FunctionOpen : public Function | 6 | class FunctionOpen : public Function |
7 | { | 7 | { |
8 | public: | 8 | public: |
9 | FunctionOpen(); | 9 | FunctionOpen(); |
10 | virtual ~FunctionOpen(); | 10 | virtual ~FunctionOpen(); |
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 | }; | 15 | }; |
16 | 16 | ||