Skip to content

Commit ef4ed2e

Browse files
SamVanheerzpostfacto
authored andcommitted
Add missing override specifier
1 parent 226eb10 commit ef4ed2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/trivial_signaling_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class CTrivialSignalingClient : public ITrivialSignalingClient
373373
}
374374
}
375375

376-
virtual void Release()
376+
virtual void Release() override
377377
{
378378
// NOTE: Here we are assuming that the calling code has already cleaned
379379
// up all the connections, to keep the example simple.

0 commit comments

Comments
 (0)