fix compile error

cvs
Slava Pestov 2004-08-22 23:01:40 +00:00
parent 9148e6b629
commit 4fc457b27f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class FactorListenerPanel extends JPanel
{ {
FactorInterpreter interp = new FactorInterpreter(); FactorInterpreter interp = new FactorInterpreter();
interp.interactive = false; interp.interactive = false;
interp.init(args,null); interp.init(args);
return interp; return interp;
} }
catch(Exception e) catch(Exception e)