Fixed operator to combine flags.
This commit is contained in:
parent
baf79458fe
commit
16bd0a6ec2
@ -60,7 +60,7 @@ fetchAttributes::fetchAttributes(const fetchAttributes& attribs)
|
||||
|
||||
void fetchAttributes::add(const int attribs)
|
||||
{
|
||||
m_predefinedAttribs = attribs;
|
||||
m_predefinedAttribs |= attribs;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user