mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
minor stylistic improvement
This commit is contained in:
parent
983715e3aa
commit
2bb89b42ff
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user