timeflow/app/ui/StatusPanel.java
.. .. @@ -30,7 +30,7 @@ 30 30 31 31 static final DecimalFormat niceFormat=new DecimalFormat("###,###"); 32 32 33 - public StatusPanel(TFModel model, final FilterControlPanel filterControls) {33 + public StatusPanel(TimeflowModel model, final FilterControlPanel filterControls) {34 34 super(model); 35 35 setLayout(new BorderLayout()); 36 36 setBackground(new Color(245, 245, 245));