From c79fd5604d9cc252469bd7544fbd3eecc593b3e1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 17 Feb 2013 06:26:04 +0000 Subject: Bu::StrArray was silly, added Bu::StringArray. --- src/stable/optparser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stable/optparser.h b/src/stable/optparser.h index 0b8ed24..a7448c0 100644 --- a/src/stable/optparser.h +++ b/src/stable/optparser.h @@ -20,6 +20,7 @@ namespace Bu { typedef Bu::Array StrArray; + typedef Bu::Array StringArray; /** * POSIX/Gnu style command line parser. Handles long and short options in -- cgit v1.2.3