diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-28 18:26:07 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-28 18:26:07 +0000 |
commit | f7809b1a74da9a653b475b6fa499b078cad48c74 (patch) | |
tree | 612bed8a7e6303889f32e97ef984885841a8e819 /src/function.h | |
parent | d2fe7edb2bfea20987a1f69935179fa5fc9f3b37 (diff) | |
download | build-f7809b1a74da9a653b475b6fa499b078cad48c74.tar.gz build-f7809b1a74da9a653b475b6fa499b078cad48c74.tar.bz2 build-f7809b1a74da9a653b475b6fa499b078cad48c74.tar.xz build-f7809b1a74da9a653b475b6fa499b078cad48c74.zip |
Renamed Builder to BuildParser, soon I'll add the Parser base class and make
the whole thing official.
Diffstat (limited to '')
-rw-r--r-- | src/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h index 0e8f49e..73dcb01 100644 --- a/src/function.h +++ b/src/function.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define FUNCTION_H | 2 | #define FUNCTION_H |
3 | 3 | ||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | #include "builder.h" | 5 | #include "build.h" |
6 | 6 | ||
7 | class Function | 7 | class Function |
8 | { | 8 | { |