Skip to content

Commit

Permalink
Fix build with new cppgir
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Mar 7, 2024
1 parent 3a52316 commit cee9211
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/platform/linux/base_system_media_controls_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ struct SystemMediaControls::Private : public Mpris::MediaPlayer2 {
Gio::impl::internal::DBusInterfaceSkeletonClassDef,
get_info,
true)

GI_DEFINES_MEMBER(
Gio::impl::internal::DBusInterfaceIfaceDef,
get_info,
false)
};

Player(not_null<Private*> parent)
Expand Down

0 comments on commit cee9211

Please sign in to comment.