mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Add missing override specifier
This commit is contained in:
@@ -373,7 +373,7 @@ next_message:
|
||||
}
|
||||
}
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user