diff options
Diffstat (limited to 'include/pdb')
-rw-r--r-- | include/pdb/process.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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&&); |