summaryrefslogtreecommitdiff
path: root/src/strings
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-29 15:50:07 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-05-12 17:27:21 -0700
commit0659ef14f64e2c5d71601060717a761aded8381f (patch)
tree08600635756fad09445a0f3b140ec11db0a4fc9c /src/strings
parent077994c12a8ac31bc9d910741b64d2bb444b2655 (diff)
downloadtmwa-0659ef14f64e2c5d71601060717a761aded8381f.tar.gz
tmwa-0659ef14f64e2c5d71601060717a761aded8381f.tar.bz2
tmwa-0659ef14f64e2c5d71601060717a761aded8381f.tar.xz
tmwa-0659ef14f64e2c5d71601060717a761aded8381f.zip
Implement network protocol generation (incomplete wip)
Diffstat (limited to 'src/strings')
-rw-r--r--src/strings/fwd.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/fwd.hpp b/src/strings/fwd.hpp
index 0e824c8..de86301 100644
--- a/src/strings/fwd.hpp
+++ b/src/strings/fwd.hpp
@@ -46,7 +46,7 @@ namespace strings
template<uint8_t len>
class VString;
- // refactor this into a function?
+ // TODO refactor this into a function?
enum _type_that_just_has_a_name_to_fix_linkage
{ really_construct_from_a_pointer };