Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Oct 4, 2024
1 parent 1e0c7f2 commit ab5c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/Q/QuickSaveLoadHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace RE
inline static constexpr auto RTTI = RTTI_QuickSaveLoadHandler;
inline static constexpr auto VTABLE = VTABLE_QuickSaveLoadHandler;

~QuickSaveLoadHandler() override; // 00
~QuickSaveLoadHandler() override; // 00

// override (MenuEventHandler)
bool CanProcess(InputEvent* a_event) override; // 01
Expand Down

0 comments on commit ab5c5fd

Please sign in to comment.