aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/dbghelp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdb/dbghelp.hpp')
-rw-r--r--include/pdb/dbghelp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdb/dbghelp.hpp b/include/pdb/dbghelp.hpp
index 328df2d..0026bfb 100644
--- a/include/pdb/dbghelp.hpp
+++ b/include/pdb/dbghelp.hpp
@@ -51,7 +51,7 @@ private:
void close();
- HANDLE id = GetCurrentProcess();
+ HANDLE id = NULL;
DbgHelp(const DbgHelp&) = delete;
};