Normand Briere
2018-12-17 86f4e9c75951153ae9825f4772633e45698cb602
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));