We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3340e46 commit e3baf0bCopy full SHA for e3baf0b
src/core/modules/players/players_wrap.cpp
@@ -754,5 +754,5 @@ void export_player_wrapper(scope _players)
754
CLASSMETHOD(_PlayerMixin, GET_OBJ_NAME, &PlayerMixin::_obj)
755
ADD_PTR(PlayerMixin)
756
ADD_SIZE(PlayerMixin)
757
- STORE_CLASS("PlayerMixin", "PlayerMixin")
+ STORE_CLASS(PlayerMixin, "PlayerMixin")
758
}
0 commit comments