diff options
author | Mike Buland <eichlan@xagasoft.com> | 2020-02-05 09:10:39 -0800 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2020-02-05 09:10:39 -0800 |
commit | 047778c20631320a197ea48442752306e5bc448e (patch) | |
tree | 1eba9770b925f570d57d235124aaa1363d78e831 /src/unstable | |
parent | 9459cb32504c9d269bc467190bba41897f86a97b (diff) | |
download | libbu++-047778c20631320a197ea48442752306e5bc448e.tar.gz libbu++-047778c20631320a197ea48442752306e5bc448e.tar.bz2 libbu++-047778c20631320a197ea48442752306e5bc448e.tar.xz libbu++-047778c20631320a197ea48442752306e5bc448e.zip |
Closer
Diffstat (limited to '')
-rw-r--r-- | src/unstable/text.cpp | 1 | ||||
-rw-r--r-- | src/unstable/text.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/unstable/text.cpp b/src/unstable/text.cpp index 6ec41da..be4c10f 100644 --- a/src/unstable/text.cpp +++ b/src/unstable/text.cpp | |||
@@ -6,6 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bu/text.h" | 8 | #include "bu/text.h" |
9 | #include "bu/textbuilder.h" | ||
9 | 10 | ||
10 | #include "bu/exceptionbase.h" | 11 | #include "bu/exceptionbase.h" |
11 | 12 | ||
diff --git a/src/unstable/text.h b/src/unstable/text.h index 1154a50..c57dcfb 100644 --- a/src/unstable/text.h +++ b/src/unstable/text.h | |||
@@ -12,6 +12,8 @@ | |||
12 | 12 | ||
13 | namespace Bu | 13 | namespace Bu |
14 | { | 14 | { |
15 | class TextBuilder; | ||
16 | |||
15 | /** | 17 | /** |
16 | * Represents a string of text. Human readable language. This should be | 18 | * Represents a string of text. Human readable language. This should be |
17 | * used any time you're dealing with actual text and not just binary | 19 | * used any time you're dealing with actual text and not just binary |