Skip to content

Commit 32ae04b

Browse files
author
astrelsky
committed
Add unimplemented graph display provider
1 parent 4d66b12 commit 32ae04b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package cppclassanalyzer.graph;
2+
3+
import ghidra.graph.visualization.DefaultGraphDisplayProvider;
4+
5+
public class InheritanceGraphDisplayProvider extends DefaultGraphDisplayProvider {
6+
7+
@Override
8+
public String getName() {
9+
return "Inheritance Graph Display (Not Implemented)";
10+
}
11+
}

0 commit comments

Comments
 (0)