mirror of https://github.com/buggins/dlangui.git
fix build error
This commit is contained in:
parent
61eb06cffc
commit
4f30af7e76
|
|
@ -88,8 +88,8 @@ struct CSSToken {
|
|||
bool typeFlagInteger; // for number and dimension - true if number is integer, false if double
|
||||
}
|
||||
struct {
|
||||
uint unicodeRangeStart = 0; // for unicodeRange
|
||||
uint unicodeRangeEnd = 0; // for unicodeRange
|
||||
uint unicodeRangeStart; // for unicodeRange (initialized to 0 via intValue=0)
|
||||
uint unicodeRangeEnd; // for unicodeRange (initialized to 0 via intValue=0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue