Normand Briere
2019-08-04 0c85af6e46f48b7425d59fc776b193c06a4a1f52
timeflow/views/SummaryView.java
....@@ -27,7 +27,7 @@
2727 private Interval range;
2828 private JComponent controls;
2929
30
- public SummaryView(TFModel model)
30
+ public SummaryView(TimeflowModel model)
3131 {
3232 super(model);
3333 analysisDisplay = HtmlDisplay.create();