Fixed: Compilation error when a static property are initialized at same time than this definition

--HG--
branch : atys
hg/atys
Nuno Gonçalves 5 years ago
parent a8c4ba0493
commit 56ce661b5b

@ -169,6 +169,7 @@ namespace NLGUI
static sint styleStackIndex;
inline void pushStyle()
{
CCssStyle::styleStackIndex++;

@ -31,6 +31,7 @@ using namespace NLMISC;
namespace NLGUI
{
sint CCssStyle::styleStackIndex = 0;
uint CCssStyle::SStyleRule::specificity() const

Loading…
Cancel
Save