Example #1
0
void ConfigParser::CopyWarnings(ConfigParser &theCopyFrom)
{
	mWarnings += theCopyFrom.GetWarnings();
}