diff options
| author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2025-01-20 17:43:24 +1100 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 17:59:10 -0500 |
| commit | abaa6d1750c708413b8a4a7817707c3d9faecbe7 (patch) | |
| tree | f0479cd332d931a91396f56f1bc231394465a096 /plugins/msvc_rtti/rtti.h | |
| parent | 03d9757c948fba0792d80f6e143b24b49748e7b2 (diff) | |
MSVC RTTI: Fix typo on pClassHierarchyDescriptor
Diffstat (limited to 'plugins/msvc_rtti/rtti.h')
| -rw-r--r-- | plugins/msvc_rtti/rtti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/msvc_rtti/rtti.h b/plugins/msvc_rtti/rtti.h index 062c7b78..ab964ba9 100644 --- a/plugins/msvc_rtti/rtti.h +++ b/plugins/msvc_rtti/rtti.h @@ -51,7 +51,7 @@ namespace BinaryNinja { uint32_t offset; uint32_t cdOffset; int32_t pTypeDescriptor; - int32_t pClassHeirarchyDescriptor; + int32_t pClassHierarchyDescriptor; // Only on 64 bit int32_t pSelf; |
