We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df71641 commit d030209Copy full SHA for d030209
CommonLibSF/include/RE/B/BGSKeywordForm.h
@@ -14,7 +14,7 @@ namespace RE
14
public:
15
SF_RTTI_VTABLE(BGSKeywordForm);
16
17
- ~BGSKeywordForm() override;
+ ~BGSKeywordForm() override; // 00
18
19
// override (BaseFormComponent)
20
const BSFixedString& GetFormComponentType() const override; // 01 - { return "BGSKeywordForm_Component"; }
CommonLibSF/include/RE/I/IKeywordFormBase.h
@@ -10,7 +10,7 @@ namespace RE
10
11
SF_RTTI(IKeywordFormBase);
12
13
- virtual ~IKeywordFormBase();
+ virtual ~IKeywordFormBase(); // 00
// add
virtual bool HasKeyword(const BGSKeyword* a_keyword, const TBO_InstanceData* a_data);
0 commit comments