diff options
Diffstat (limited to 'include/pdb/repo.hpp')
-rw-r--r-- | include/pdb/repo.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdb/repo.hpp b/include/pdb/repo.hpp index 8bc5596..74a86a8 100644 --- a/include/pdb/repo.hpp +++ b/include/pdb/repo.hpp @@ -47,7 +47,7 @@ private: Address address_offline_to_online(Address) const; Address address_online_to_offline(Address) const; - const DbgHelp dbghelp; + const DbgHelp dbghelp{DbgHelp::post_mortem()}; std::unordered_set<file::ID> file_ids; std::map<Address, Module> online_bases; |