Skip to content

Commit

Permalink
Remove the derive in pairing command
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Mar 2, 2022
1 parent 9875cfe commit 93bcf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/linux/AppMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ CHIP_ERROR ShutdownCommissioner()
return CHIP_NO_ERROR;
}

class PairingCommand : public Controller::DevicePairingDelegate, public Controller::DeviceAddressUpdateDelegate
class PairingCommand : public Controller::DevicePairingDelegate
{
public:
PairingCommand() :
Expand Down

0 comments on commit 93bcf08

Please sign in to comment.