Normand Briere
2019-04-22 4a5b9e0b9ecc97203d4089ca0cd0d6df8c76bf1c
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