aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/debug
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:24:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:27:53 +0300
commite162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8 (patch)
tree65199bce3779ff1800821c6b1c6bc0bc4592e66c /include/winapi/debug
parentnamespace pdb -> namespace winapi (diff)
downloadwinapi-debug-e162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8.tar.gz
winapi-debug-e162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8.zip
rename class Repo to PostMortem
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);