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/variant.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 '')
-rw-r--r-- | src/variant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variant.cpp b/src/variant.cpp index f7c87ad..5cdaa5b 100644 --- a/src/variant.cpp +++ b/src/variant.cpp | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bu/variant.h" | 8 | #include "bu/variant.h" |
9 | 9 | #include "bu/formatter.h" | |
10 | #include "bu/membuf.h" | 10 | #include "bu/membuf.h" |
11 | 11 | ||
12 | namespace Bu | 12 | namespace Bu |