src: remove remaining references of subclasses on AMethPropdef
[nit.git] / src / debugger_commons.nit
index ad03be6..dcfebbd 100644 (file)
@@ -43,7 +43,7 @@ class InterpretCommons
                var opt_mixins = new OptionArray("Additionals module to min-in", "-m")
                toolcontext.option_context.add_option(opt_mixins)
                # We do not add other options, so process them now!
-               toolcontext.process_options
+               toolcontext.process_options(args)
                
                # We need a model to collect stufs
                var model = new Model