mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Fix linux compile. Thanks to click, hunshijie and tomkuzyno for spotting the culprits.
--HG-- branch : trunk
This commit is contained in:
@@ -53,6 +53,11 @@ struct MySQLConnectionInfo
|
||||
std::string database;
|
||||
std::string host;
|
||||
std::string port_or_socket;
|
||||
|
||||
void ChangeHost(const std::string& newHost) /// Needed for unix socket case
|
||||
{
|
||||
host = newHost;
|
||||
}
|
||||
};
|
||||
|
||||
class MySQLConnection
|
||||
|
||||
Reference in New Issue
Block a user