timeflow/app/ui/ColorLegendPanel.java
.. .. @@ -20,7 +20,7 @@ 20 20 21 21 Field oldColor; 22 22 23 - public ColorLegendPanel(TFModel model)23 + public ColorLegendPanel(TimeflowModel model)24 24 { 25 25 super(model); 26 26 setBackground(Color.white);