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

@ -168,6 +168,7 @@ namespace NLGUI
}
static sint styleStackIndex;
inline void pushStyle()
{

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

Loading…
Cancel
Save