aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.h')
-rw-r--r--src/wgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgetopt.h b/src/wgetopt.h
index 462bc291..ad155870 100644
--- a/src/wgetopt.h
+++ b/src/wgetopt.h
@@ -143,7 +143,7 @@ public:
int last_nonopt;
- wgetopter_t() : woptarg(NULL), woptind(0), nextchar(0), wopterr(0), woptopt('?'), first_nonopt(0), last_nonopt(0)
+ wgetopter_t() : woptarg(NULL), woptind(0), nextchar(0), wopterr(0), woptopt('?'), ordering(), first_nonopt(0), last_nonopt(0)
{
}