Skip to content

Commit

Permalink
Fix Windows linker errors due to redefining structs to class
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Oct 22, 2023
1 parent b1ab425 commit 4134ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hydra/core.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ namespace hydra
X_HYDRA_INTERFACE(IRewind) \
X_HYDRA_INTERFACE(ICheat)

#define X_HYDRA_INTERFACE(name) class name;
#define X_HYDRA_INTERFACE(name) struct name;
X_HYDRA_INTERFACES
#undef X_HYDRA_INTERFACE

Expand Down

0 comments on commit 4134ee3

Please sign in to comment.