aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index 590ccd716..e3d6ad746 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -93,7 +93,7 @@ public:
class APIEXTRACTOR_API AbstractMetaAttributes
{
public:
- AbstractMetaAttributes() : m_attributes(0) {};
+ AbstractMetaAttributes() : m_attributes(0), m_originalAttributes(0) {};
enum Attribute {
None = 0x00000000,