Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdecenzo committed Apr 15, 2024
1 parent 45fccb1 commit 30be958
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ inline constexpr chip::System::Clock::Seconds16 kCommissioningWindowTimeout = ch
* and then have it send TV Casting/Media related commands. This is to be instantiated
* as a singleton and is to be used across Linux, Android and iOS.
*/
class CastingServer : public AppDelegate, chip::Protocols::UserDirectedCommissioning::CommissionerDeclarationHandler
class CastingServer : public AppDelegate
#if CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT
,
chip::Protocols::UserDirectedCommissioning::CommissionerDeclarationHandler
#endif // CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT
{
public:
CastingServer(CastingServer & other) = delete;
Expand Down

0 comments on commit 30be958

Please sign in to comment.