mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Return const &
This commit is contained in:
@@ -160,7 +160,7 @@ namespace BlackCore
|
||||
/*!
|
||||
* Get preset server.
|
||||
*/
|
||||
virtual BlackMisc::Network::CServer getPresetServer() const = 0;
|
||||
virtual const BlackMisc::Network::CServer &getPresetServer() const = 0;
|
||||
|
||||
/*!
|
||||
* Returns true if the current ConnectionStatus is in transition, e.g. connecting.
|
||||
|
||||
Reference in New Issue
Block a user