Kevin Trometer %!s(int64=8) %!d(string=hai) anos
pai
achega
7f349017df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ui/view/StatisticGraph.java

+ 1 - 1
src/ui/view/StatisticGraph.java

@@ -45,7 +45,7 @@ public class StatisticGraph extends JPanel {
 	GeneralPath path = new GeneralPath();
 
 	// Data
-	private ArrayList<Pair> objects = new ArrayList<>();
+	private ArrayList<HolonObject> objects = new ArrayList<>();
 	private ArrayList<GeneralPath> objPaths = new ArrayList<>();
 
 	/**