aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/debug
diff options
context:
space:
mode:
Diffstat (limited to 'include/winapi/debug')
-rw-r--r--include/winapi/debug/post_mortem.hpp (renamed from include/winapi/debug/repo.hpp)4
1 files changed, 2 insertions, 2 deletions
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);