aboutsummaryrefslogtreecommitdiff
path: root/src/stable/optparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/optparser.h')
-rw-r--r--src/stable/optparser.h1
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 @@
20namespace Bu 20namespace 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