diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:24:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:27:53 +0300 |
commit | e162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8 (patch) | |
tree | 65199bce3779ff1800821c6b1c6bc0bc4592e66c /include/winapi/debug | |
parent | namespace pdb -> namespace winapi (diff) | |
download | winapi-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); |