diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 13:06:40 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-29 13:06:40 -0700 |
commit | 1bc10d1408eb29b0675a030e029155dd046b1dd8 (patch) | |
tree | 6d649015bdfa69df9de1cb964906fd396b9db82b /src/scope.cpp | |
parent | 79dce6268850fb1b0d76c15d5399d66bcd286e5f (diff) | |
download | stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.tar.gz stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.tar.bz2 stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.tar.xz stage-1bc10d1408eb29b0675a030e029155dd046b1dd8.zip |
Functions can be called now, at least manually.
A little more work needs to be done before they're being called from
code correctly.
Diffstat (limited to 'src/scope.cpp')
-rw-r--r-- | src/scope.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scope.cpp b/src/scope.cpp index 45d4484..87cd050 100644 --- a/src/scope.cpp +++ b/src/scope.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "scope.h" | 1 | #include "scope.h" |
2 | 2 | /* | |
3 | Scope::Scope() | 3 | Scope::Scope() |
4 | { | 4 | { |
5 | } | 5 | } |
@@ -7,4 +7,4 @@ Scope::Scope() | |||
7 | Scope::~Scope() | 7 | Scope::~Scope() |
8 | { | 8 | { |
9 | } | 9 | } |
10 | 10 | */ | |