Core/Misc: fix build

(cherry picked from commit ce5def332f)
This commit is contained in:
MitchesD
2016-03-03 19:58:28 +01:00
committed by Shauren
parent fd819b0919
commit caef32d375
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ variables_map GetConsoleArguments(int argc, char** argv, std::string& cfg_file,
/// Launch the Trinity server
extern int main(int argc, char** argv)
{
std::signal(SIGABRT, &Trinity::AbortHandler);
signal(SIGABRT, &Trinity::AbortHandler);
std::string configFile = _TRINITY_CORE_CONFIG;
std::string configService;