Skip to content

Commit

Permalink
Merge pull request #1561 from jumormt/fix
Browse files Browse the repository at this point in the history
remove virtual
  • Loading branch information
yuleisui authored Oct 6, 2024
2 parents 7a26fd7 + f217d0c commit 84e517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/include/Graphs/GenericGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class SVFBaseNode
return sourceLoc;
}

virtual const std::string toString() const;
const std::string toString() const;


protected:
Expand Down

0 comments on commit 84e517d

Please sign in to comment.