Skip to content

Commit d30299d

Browse files
committed
Fix compilation against latest zest
1 parent d5f88b0 commit d30299d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/internal/callgraph/AggregateLayoutAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Aggregate View. This avoids needing to design a Layout Algorithm
2626
* from scratch.
2727
*/
28-
public class AggregateLayoutAlgorithm extends GridLayoutAlgorithm{
28+
public class AggregateLayoutAlgorithm extends GridLayoutAlgorithm.Zest1{
2929

3030
private ArrayList<Long> list;
3131
private Long totalTime;

0 commit comments

Comments
 (0)