Normand Briere
2019-08-28 47745d8ade7238a188f7ab78eaf5e8a269d96fdd
timeflow/views/ListView.java
....@@ -35,7 +35,7 @@
3535 private boolean changing = false;
3636 private JPanel controls;
3737
38
- public ListView(TFModel model)
38
+ public ListView(TimeflowModel model)
3939 {
4040 super(model);
4141