Normand Briere
2019-02-22 611518a0ff65fd05e517d44adbcec639570b86eb
timeflow/app/ui/StatusPanel.java
....@@ -30,7 +30,7 @@
3030
3131 static final DecimalFormat niceFormat=new DecimalFormat("###,###");
3232
33
- public StatusPanel(TFModel model, final FilterControlPanel filterControls) {
33
+ public StatusPanel(TimeflowModel model, final FilterControlPanel filterControls) {
3434 super(model);
3535 setLayout(new BorderLayout());
3636 setBackground(new Color(245, 245, 245));