Skip to content

Commit 8cddfbb

Browse files
author
martin
committed
... and the header file ...
1 parent dee1f4b commit 8cddfbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/analyses/dependence_graph.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ class dep_graph_domaint:public ai_domain_baset
4343
const ai_baset &ai,
4444
const namespacet &ns) const;
4545

46+
virtual jsont output_json(
47+
const ai_baset &ai,
48+
const namespacet &ns) const;
49+
4650
void set_node_id(unsigned id)
4751
{
4852
node_id=id;

0 commit comments

Comments
 (0)