Codechange: Use override keyword in networking classes.
This commit is contained in:

committed by
Charles Pigott

parent
b1fb3f4fb8
commit
07de9d6c3f
@@ -522,7 +522,7 @@ public:
|
||||
CommandQueue incoming_queue; ///< The command-queue awaiting handling
|
||||
uint last_packet; ///< Time we received the last frame.
|
||||
|
||||
NetworkRecvStatus CloseConnection(bool error = true);
|
||||
NetworkRecvStatus CloseConnection(bool error = true) override;
|
||||
|
||||
/**
|
||||
* Close the network connection due to the given status.
|
||||
|
Reference in New Issue
Block a user