mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 06:46:43 +00:00
(svn r8446) -Fix (8445): accidentally made a function that should not be abstract abstract.
This commit is contained in:
parent
f72dde5236
commit
00782c089d
@ -120,7 +120,7 @@ protected:
|
|||||||
* the grfconfig list of the NetworkGameInfo.
|
* the grfconfig list of the NetworkGameInfo.
|
||||||
* @param config the GRF to handle
|
* @param config the GRF to handle
|
||||||
*/
|
*/
|
||||||
virtual void HandleIncomingNetworkGameInfoGRFConfig(GRFConfig *config) = 0;
|
virtual void HandleIncomingNetworkGameInfoGRFConfig(GRFConfig *config) { NOT_REACHED(); }
|
||||||
public:
|
public:
|
||||||
/** On destructing of this class, the socket needs to be closed */
|
/** On destructing of this class, the socket needs to be closed */
|
||||||
virtual ~NetworkUDPSocketHandler() { this->Close(); }
|
virtual ~NetworkUDPSocketHandler() { this->Close(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user