diff options
Diffstat (limited to 'src/stable')
-rw-r--r-- | src/stable/optparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
20 | namespace Bu | 20 | namespace Bu |
21 | { | 21 | { |
22 | typedef Bu::Array<Bu::String> StrArray; | 22 | typedef Bu::Array<Bu::String> StrArray; |
23 | typedef Bu::Array<Bu::String> StringArray; | ||
23 | 24 | ||
24 | /** | 25 | /** |
25 | * POSIX/Gnu style command line parser. Handles long and short options in | 26 | * POSIX/Gnu style command line parser. Handles long and short options in |