From e395c296c7b1eb4d07a5b63e5b3189c770d4f2d5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 1 Oct 2020 15:53:00 +0300 Subject: Process: static get_executable_path --- include/pdb/process.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/pdb/process.hpp b/include/pdb/process.hpp index e73ffff..023a741 100644 --- a/include/pdb/process.hpp +++ b/include/pdb/process.hpp @@ -25,6 +25,7 @@ public: const Handle& get_handle() const { return handle; } std::string get_executable_path() const; + static std::string get_executable_path(const Handle&); private: explicit Process(Handle&&); -- cgit v1.2.3