minor stylistic improvement

This commit is contained in:
jonschz 2024-07-30 13:26:30 +02:00
parent 983715e3aa
commit 2bb89b42ff

View File

@ -214,7 +214,7 @@ def _import_class_or_struct(
class_size: int = type_in_pdb["size"]
class_name_with_namespace: str = sanitize_name(type_in_pdb["name"])
if slim_for_vbase:
class_name_with_namespace += "::_vbase_slim"
class_name_with_namespace += "_vbase_slim"
if class_name_with_namespace in self.handled_structs:
logger.debug(