Skip to content

Commit d030209

Browse files
committed
chore: more dtor offsets
1 parent df71641 commit d030209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CommonLibSF/include/RE/B/BGSKeywordForm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace RE
1414
public:
1515
SF_RTTI_VTABLE(BGSKeywordForm);
1616

17-
~BGSKeywordForm() override;
17+
~BGSKeywordForm() override; // 00
1818

1919
// override (BaseFormComponent)
2020
const BSFixedString& GetFormComponentType() const override; // 01 - { return "BGSKeywordForm_Component"; }

CommonLibSF/include/RE/I/IKeywordFormBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace RE
1010
public:
1111
SF_RTTI(IKeywordFormBase);
1212

13-
virtual ~IKeywordFormBase();
13+
virtual ~IKeywordFormBase(); // 00
1414

1515
// add
1616
virtual bool HasKeyword(const BGSKeyword* a_keyword, const TBO_InstanceData* a_data);

0 commit comments

Comments
 (0)