diff options
Diffstat (limited to 'dwarflint/option.hh')
| -rw-r--r-- | dwarflint/option.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarflint/option.hh b/dwarflint/option.hh index 5f3af6f1..1b5172c2 100644 --- a/dwarflint/option.hh +++ b/dwarflint/option.hh @@ -47,7 +47,7 @@ class options public: option_i const *getopt (int key) const; - argp build_argp () const; + argp build_argp (bool toplev = false) const; void add (option_i *opt); bool empty () const { |
