Normand Briere
2019-04-22 a9e12f6c508810604c8c91ee15451776b08ce1a1
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));