diff --git a/common/include/Utilities/PageFaultSource.h b/common/include/Utilities/PageFaultSource.h index 899fcf0f6b..fc4e88ce4d 100644 --- a/common/include/Utilities/PageFaultSource.h +++ b/common/include/Utilities/PageFaultSource.h @@ -109,7 +109,7 @@ protected: bool m_handled; public: - SrcType_PageFault() {} + SrcType_PageFault() : m_handled(false) {} virtual ~SrcType_PageFault() throw() { } bool WasHandled() const { return m_handled; }