Normand Briere
2019-06-11 5e6a6f3319f0c4c687fe71952ac9ecc17792b83a
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 }