Fix disabled warning bitset size
This commit is contained in:
parent
bd8786af0b
commit
3eed21567e
|
@ -4,7 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
Errors::Errors(void)
|
||||
: mErrorCount(0), mMinLevel(EINFO_GENERIC), mDisabled(2000)
|
||||
: mErrorCount(0), mMinLevel(EINFO_GENERIC), mDisabled(EERR_GENERIC)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue