Normand Briere
2018-12-21 dcda2c5fa15e63daad67f5720a2f726e34f8cd71
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