From f217d0c6f085842f61aa9a1b35c5d9ea46b44e5b Mon Sep 17 00:00:00 2001 From: jumormt Date: Sun, 6 Oct 2024 18:01:39 +1100 Subject: [PATCH] remove virtual --- svf/include/Graphs/GenericGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svf/include/Graphs/GenericGraph.h b/svf/include/Graphs/GenericGraph.h index a52cb0761..d349981ba 100644 --- a/svf/include/Graphs/GenericGraph.h +++ b/svf/include/Graphs/GenericGraph.h @@ -283,7 +283,7 @@ class SVFBaseNode return sourceLoc; } - virtual const std::string toString() const; + const std::string toString() const; protected: