aboutsummaryrefslogtreecommitdiff
path: root/src/stable/string.h
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2019-01-29 13:58:51 -0800
committerMike Buland <mbuland@penny-arcade.com>2019-01-29 13:58:51 -0800
commit252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e (patch)
tree7ece20df6893b03dea372e0ebd9f2720838ee400 /src/stable/string.h
parent4a541f7ba5306f9ebcc7f0fe2eeb663d3f527070 (diff)
downloadlibbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.tar.gz
libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.tar.bz2
libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.tar.xz
libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.zip
Clerified some ints.
Diffstat (limited to 'src/stable/string.h')
-rw-r--r--src/stable/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stable/string.h b/src/stable/string.h
index 54cd2bc..131f621 100644
--- a/src/stable/string.h
+++ b/src/stable/string.h
@@ -1077,4 +1077,6 @@ namespace Bu
1077 typedef Bu::List<String> StringList; 1077 typedef Bu::List<String> StringList;
1078}; 1078};
1079 1079
1080#include "bu/formatter.h"
1081
1080#endif 1082#endif