Replaced NULL with nullptr in C++ source files (#70)

This commit is contained in:
Tyler Veness
2016-05-25 23:07:45 -07:00
committed by Peter Johnson
parent 8566878af4
commit e9718fc7bf
14 changed files with 36 additions and 36 deletions

View File

@@ -322,7 +322,7 @@ const char* GetVisionErrorText(int errorCode) {
break;
}
case -1074395269: {
errorText = "ERR_nullptr_POINTER";
errorText = "ERR_NULL_POINTER";
break;
}
case -1074395270: {
@@ -566,7 +566,7 @@ const char* GetVisionErrorText(int errorCode) {
break;
}
case -1074395343: {
errorText = "ERR_FILE_FILENAME_nullptr";
errorText = "ERR_FILE_FILENAME_NULL";
break;
}
case -1074395345: {
@@ -2086,7 +2086,7 @@ const char* GetVisionErrorText(int errorCode) {
break;
}
case -1074396098: {
errorText = "ERR_RESERVED_MUST_BE_nullptr";
errorText = "ERR_RESERVED_MUST_BE_NULL";
break;
}
case -1074396099: {