diff options
Diffstat (limited to 'Source/cmCableData.cxx')
-rw-r--r-- | Source/cmCableData.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCableData.cxx b/Source/cmCableData.cxx index 0c00581..5be7972 100644 --- a/Source/cmCableData.cxx +++ b/Source/cmCableData.cxx @@ -29,8 +29,7 @@ cmCableData::cmCableData(const cmCableCommand* owner, m_OutputFile(configurationFile.c_str()), m_Indentation(0), m_Package(NULL), - m_PackageNamespaceDepth(0), - m_PackageClassIndex(-1) + m_PackageNamespaceDepth(0) { this->InitializeOutputFile(); } |