Fix compilation error with older compilers

Change-Id: If9eff90d91c79d942fec59fee4daedccf7c69a83
This commit is contained in:
Tor Lillqvist
2013-05-28 08:00:53 +03:00
parent a9438f38c0
commit 61fffd72ac

View File

@@ -261,7 +261,7 @@ class ExtCfRule
RuleType mnRuleType;
void* mpTarget;
public:
ExtCfRule(void* pTarget = NULL ) : mnRuleType( ExtCfRule::RuleType::UNKNOWN ), mpTarget(pTarget) {}
ExtCfRule(void* pTarget = NULL ) : mnRuleType( ExtCfRule::UNKNOWN ), mpTarget(pTarget) {}
void finalizeImport();
void importDataBar( const AttributeList& rAttribs );
void importNegativeFillColor( const AttributeList& rAttribs );