diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-18 23:02:54 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-18 23:02:54 +0000 |
commit | cba6293cf22e2c2ae17dd3954ad7d097f379c7ac (patch) | |
tree | dcdbda1f54d3d39a0066f2f42c7e1714e1ceb834 /src/lexer.cpp | |
parent | fcf2dde54316a3ac35936157babccae8c8d8d90b (diff) | |
download | libbu++-cba6293cf22e2c2ae17dd3954ad7d097f379c7ac.tar.gz libbu++-cba6293cf22e2c2ae17dd3954ad7d097f379c7ac.tar.bz2 libbu++-cba6293cf22e2c2ae17dd3954ad7d097f379c7ac.tar.xz libbu++-cba6293cf22e2c2ae17dd3954ad7d097f379c7ac.zip |
Wow, a lot has changed. String is not a template class, and it can do it's own
formatting ala QString.
Diffstat (limited to 'src/lexer.cpp')
-rw-r--r-- | src/lexer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lexer.cpp b/src/lexer.cpp index a071695..185456a 100644 --- a/src/lexer.cpp +++ b/src/lexer.cpp | |||
@@ -7,6 +7,7 @@ | |||
7 | 7 | ||
8 | #include "bu/lexer.h" | 8 | #include "bu/lexer.h" |
9 | #include "bu/membuf.h" | 9 | #include "bu/membuf.h" |
10 | #include "bu/formatter.h" | ||
10 | 11 | ||
11 | Bu::Lexer::Lexer() | 12 | Bu::Lexer::Lexer() |
12 | { | 13 | { |