Skip to content

Commit

Permalink
fix: make MenuOpenCloseEvent a class to match its declarations (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 25, 2023
1 parent 7785c17 commit 227a5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/M/MenuOpenCloseEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace RE
{
struct MenuOpenCloseEvent
class MenuOpenCloseEvent
{
public:
// members
Expand Down

0 comments on commit 227a5a2

Please sign in to comment.