Fixed compilation issue with gcc

This commit is contained in:
Xawotihs@gmail.com
2012-02-16 20:30:53 +00:00
parent 2e65fe02fe
commit 2a2cf70324

View File

@@ -354,7 +354,7 @@ void ModRulesCardGui::parse(TiXmlElement* element)
_Filter = "";
_FontSize = 0;
_Font = false;
_FontColor = NULL;
_FontColor = 0;
_SizeIcon = 0;
_IconPosX = 0;
_IconPosY = 0 ;
@@ -424,7 +424,7 @@ void ModRulesCardGui::parse(TiXmlElement* element)
_Filter = "";
_FontSize = 0;
_Font = false;
_FontColor = NULL;
_FontColor = 0;
_SizeIcon = 0;
_IconPosX = 0;
_IconPosY = 0 ;