X-Git-Url: http://nitlanguage.org diff --git a/lib/opts.nit b/lib/opts.nit index c93d39a..a7789f8 100644 --- a/lib/opts.nit +++ b/lib/opts.nit @@ -127,7 +127,7 @@ end # A count option. Count the number of time this option is present class OptionCount super Option - redef type VALUE: Int + redef type VALUE: Int is fixed # Init a new OptionCount with a `help` message and `names`. init(help: String, names: String...) is old_style_init do super(help, 0, names)