From 9866caa625d467f5460e272eee5d69761d8d830b Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 7 Jan 2015 16:46:15 +0100 Subject: Fix some warnings about uninitialized members. --- GlobalContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GlobalContext.h') diff --git a/GlobalContext.h b/GlobalContext.h index 50a21f70..c6e35f50 100644 --- a/GlobalContext.h +++ b/GlobalContext.h @@ -56,7 +56,7 @@ public: private: std::vector> m_magicVariables; - ContractDefinition const* m_currentContract; + ContractDefinition const* m_currentContract = nullptr; std::map> mutable m_thisPointer; }; -- cgit v1.2.3