Normand Briere
2019-09-06 9cc83b97378c48bae3792064f2d01b2f954c0e01
timeflow/app/ui/filter/FilterControlPanel.java
....@@ -23,7 +23,7 @@
2323 JMenu menuToSyncWith;
2424
2525
26
- public FilterControlPanel(TFModel model, JMenu menuToSyncWith)
26
+ public FilterControlPanel(TimeflowModel model, JMenu menuToSyncWith)
2727 {
2828 super(model);
2929 this.menuToSyncWith=menuToSyncWith;