diff options
Diffstat (limited to '')
-rw-r--r-- | include/winapi/debug.hpp | 2 | ||||
-rw-r--r-- | include/winapi/debug/post_mortem.hpp (renamed from include/winapi/debug/repo.hpp) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/winapi/debug.hpp b/include/winapi/debug.hpp index dc42557..93b952f 100644 --- a/include/winapi/debug.hpp +++ b/include/winapi/debug.hpp @@ -9,5 +9,5 @@ #include "debug/call_stack.hpp" #include "debug/dbghelp.hpp" #include "debug/module.hpp" -#include "debug/repo.hpp" +#include "debug/post_mortem.hpp" #include "debug/symbol.hpp" diff --git a/include/winapi/debug/repo.hpp b/include/winapi/debug/post_mortem.hpp index 8ee7fde..bf4ad83 100644 --- a/include/winapi/debug/repo.hpp +++ b/include/winapi/debug/post_mortem.hpp @@ -19,9 +19,9 @@ namespace winapi { -class Repo { +class PostMortem { public: - Repo() = default; + PostMortem() = default; Address add_pdb(Address online_base, const std::string& path); |