Fixed operator to combine flags.

This commit is contained in:
Vincent Richard 2014-03-10 19:06:52 +01:00
parent baf79458fe
commit 16bd0a6ec2

View File

@ -60,7 +60,7 @@ fetchAttributes::fetchAttributes(const fetchAttributes& attribs)
void fetchAttributes::add(const int attribs)
{
m_predefinedAttribs = attribs;
m_predefinedAttribs |= attribs;
}