Normand Briere
2019-10-06 9cf2c36d644d0aaa28797f57a3e71591d8e66973
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