Skip to content

Commit e3baf0b

Browse files
authored
Fixed PlayerMixin being added with quotes to EXPOSED_CLASSES
1 parent 3340e46 commit e3baf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/players/players_wrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,5 +754,5 @@ void export_player_wrapper(scope _players)
754754
CLASSMETHOD(_PlayerMixin, GET_OBJ_NAME, &PlayerMixin::_obj)
755755
ADD_PTR(PlayerMixin)
756756
ADD_SIZE(PlayerMixin)
757-
STORE_CLASS("PlayerMixin", "PlayerMixin")
757+
STORE_CLASS(PlayerMixin, "PlayerMixin")
758758
}

0 commit comments

Comments
 (0)