Skip to content

Commit

Permalink
Added 'override' to mod class destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS authored Oct 25, 2023
1 parent d9f4da0 commit aa11037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/creating-a-c++-mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public:
printf("MyAwesomeMod says hello\n");
}

~MyAwesomeMod()
~MyAwesomeMod() override
{
}

Expand Down

0 comments on commit aa11037

Please sign in to comment.