Fix compilation error with older compilers
Change-Id: If9eff90d91c79d942fec59fee4daedccf7c69a83
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user