From 942589649d3c93fd22abaa251a90747edea0a3f4 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 24 Jun 2011 00:04:10 +0200 Subject: initialize member variable from argument Signed-off-by: Michael Olbrich --- elftosb2/ElftosbAST.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elftosb2/ElftosbAST.h b/elftosb2/ElftosbAST.h index 81cc75a..e460e22 100644 --- a/elftosb2/ElftosbAST.h +++ b/elftosb2/ElftosbAST.h @@ -924,7 +924,7 @@ public: } LoadStatementASTNode(ASTNode * data, ASTNode * target) - : StatementASTNode(), m_data(data), m_target(), m_isDCDLoad(false) + : StatementASTNode(), m_data(data), m_target(target), m_isDCDLoad(false) { } -- cgit v1.2.3