Small Tweak
This commit is contained in:
parent
1b29e09e67
commit
225eb259fe
@ -25,7 +25,7 @@ function removeGeneric(type: string) {
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
function getFakeName(type: string) {
|
function getFakeName(type: string) {
|
||||||
return removeGeneric(type).replaceAll('std::', '__std_');
|
return removeGeneric(type).replaceAll('std::', '_std_');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate C Type Definition
|
// Generate C Type Definition
|
||||||
|
Loading…
Reference in New Issue
Block a user