Skip to content

Commit

Permalink
Add missing override specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer authored and zpostfacto committed Jun 16, 2022
1 parent 226eb10 commit ef4ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/trivial_signaling_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class CTrivialSignalingClient : public ITrivialSignalingClient
}
}

virtual void Release()
virtual void Release() override
{
// NOTE: Here we are assuming that the calling code has already cleaned
// up all the connections, to keep the example simple.
Expand Down

0 comments on commit ef4ed2e

Please # to comment.