mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-07 07:45:53 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -124,6 +124,12 @@ static void ON_IncrementWarningCount()
|
||||
ON_WARNING_COUNT++;
|
||||
}
|
||||
|
||||
void ON_BrepIncrementErrorCount()
|
||||
{
|
||||
ON_ERROR_COUNT++;
|
||||
ON_Brep::ErrorCount++;
|
||||
}
|
||||
|
||||
void ON_SubDIncrementErrorCount()
|
||||
{
|
||||
ON_ERROR_COUNT++;
|
||||
|
||||
Reference in New Issue
Block a user