Normand Briere
2019-08-18 480ad70047e54b2b92f974e6c2ac5a6c0bdc5a5c
timeflow/format/file/Export.java
....@@ -6,5 +6,5 @@
66
77 public interface Export {
88 public String getName();
9
- public void export(TFModel model, BufferedWriter out) throws Exception;
9
+ public void export(TimeflowModel model, BufferedWriter out) throws Exception;
1010 }