Skip to content

Commit

Permalink
不要なセミコロンを削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Feb 19, 2024
1 parent 695a0e1 commit 322f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sora/sora_signaling.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SoraSignalingObserver {
virtual void OnNotify(std::string text) = 0;
virtual void OnPush(std::string text) = 0;
virtual void OnMessage(std::string label, std::string data) = 0;
virtual void OnSwitched(std::string text){};
virtual void OnSwitched(std::string text) {}

virtual void OnTrack(
rtc::scoped_refptr<webrtc::RtpTransceiverInterface> transceiver) = 0;
Expand Down

0 comments on commit 322f545

Please sign in to comment.