aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-27 00:06:07 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-27 00:06:07 -0800
commit451399b3445f2a8f929bfe8893df9b3e931ac2b1 (patch)
tree63ec1a66f45badf99e5aabfabb7eea05f1c1da16 /common.h
parent22a8e57a57fcf41d295fbd8716e89dbdae423a32 (diff)
Migrate to std::vector in event class
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 07eb1217..d45667f4 100644
--- a/common.h
+++ b/common.h
@@ -21,6 +21,7 @@
/* Common string type */
typedef std::wstring wcstring;
+typedef std::vector<wcstring> wcstring_list_t;
/**
Maximum number of bytes used by a single utf-8 character