diff options
Diffstat (limited to 'src/utfstring.cpp')
-rw-r--r-- | src/utfstring.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utfstring.cpp b/src/utfstring.cpp index bb23db3..eb23713 100644 --- a/src/utfstring.cpp +++ b/src/utfstring.cpp | |||
@@ -7,3 +7,11 @@ | |||
7 | 7 | ||
8 | #include "bu/utfstring.h" | 8 | #include "bu/utfstring.h" |
9 | 9 | ||
10 | Bu::UtfString::UtfString() | ||
11 | { | ||
12 | } | ||
13 | |||
14 | Bu::UtfString::~UtfString() | ||
15 | { | ||
16 | } | ||
17 | |||