From be9e4d71b3c81edf974f3aaf48d72b33ba9177b7 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 4 Aug 2014 14:06:28 +0200 Subject: [PATCH] Macros: Initialize some members in constructor Detected by CppCheck Change-Id: If47fcf7e256863eeabbfb9eace411d32238224c6 Reviewed-by: Tobias Hunger --- src/plugins/macros/macrosplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/macros/macrosplugin.cpp b/src/plugins/macros/macrosplugin.cpp index 4e1aea56012..9e97ed76d56 100644 --- a/src/plugins/macros/macrosplugin.cpp +++ b/src/plugins/macros/macrosplugin.cpp @@ -52,7 +52,7 @@ using namespace Macros::Internal; -MacrosPlugin::MacrosPlugin() +MacrosPlugin::MacrosPlugin() : m_macroManager(0) { }