From e74ad988db681906932c41957539ceef53565dd1 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 28 Jan 2019 19:46:14 -0500 Subject: [PATCH] first draft --- include/inc-cfg/callgraph.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/inc-cfg/callgraph.hpp b/include/inc-cfg/callgraph.hpp index 02dca2c..f1c0077 100644 --- a/include/inc-cfg/callgraph.hpp +++ b/include/inc-cfg/callgraph.hpp @@ -31,6 +31,7 @@ namespace IRDB_SDK Callgraph_t(const Callgraph_t& copy) = delete; public: virtual ~Callgraph_t() { } + virtual void addFile() = 0; virtual bool edgeExists(const CallGraphEdge_t& edge) const = 0; -- GitLab