Skip to content

Commit 40a466b

Browse files
update
1 parent 7cca8ab commit 40a466b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svf/include/SVFIR/SVFType.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ class SVFIntegerType : public SVFType
380380

381381
class SVFFunctionType : public SVFType
382382
{
383-
383+
friend class GraphDBClient;
384+
384385
private:
385386
const SVFType* retTy;
386387
std::vector<const SVFType*> params;

0 commit comments

Comments
 (0)