Normand Briere
2019-07-23 0f4fa9dc4191aaee9661c1e6d73725436ae64ac2
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));