mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
interrogate: fix warning message caused by erroneously wrapped remap
Fixes: #191
This commit is contained in:
parent
3621bd64c5
commit
404842e70b
@ -7176,7 +7176,7 @@ is_cpp_type_legal(CPPType *in_ctype) {
|
||||
return true;
|
||||
} else if (TypeManager::is_basic_string_wchar(type)) {
|
||||
return true;
|
||||
} else if (TypeManager::is_vector_unsigned_char(type)) {
|
||||
} else if (TypeManager::is_vector_unsigned_char(in_ctype)) {
|
||||
return true;
|
||||
} else if (TypeManager::is_simple(type)) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user