summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/source/astdeclaration.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/idlc/source/astdeclaration.cxx b/idlc/source/astdeclaration.cxx
index 60f862639d8c..822a26bd6e89 100644
--- a/idlc/source/astdeclaration.cxx
+++ b/idlc/source/astdeclaration.cxx
@@ -49,6 +49,7 @@ AstDeclaration::AstDeclaration(NodeType type, const OString& name, AstScope* pSc
, m_bIsAdded(false)
, m_bInMainFile(false)
, m_bPredefined(false)
+ , m_lineNumber(0)
{
if ( m_pScope )
{