aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/logging/crashhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/logging/crashhandler.h')
-rw-r--r--NorthstarDLL/logging/crashhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/logging/crashhandler.h b/NorthstarDLL/logging/crashhandler.h
index e18de948..c059a8ca 100644
--- a/NorthstarDLL/logging/crashhandler.h
+++ b/NorthstarDLL/logging/crashhandler.h
@@ -7,7 +7,7 @@
//-----------------------------------------------------------------------------
class CCrashHandler
{
- public:
+public:
CCrashHandler();
~CCrashHandler();
@@ -77,7 +77,7 @@ class CCrashHandler
//-----------------------------------------------------------------------------
void WriteMinidump();
- private:
+private:
PVOID m_hExceptionFilter;
EXCEPTION_POINTERS* m_pExceptionInfos;