Core/Misc: fix build

This commit is contained in:
MitchesD
2016-03-03 19:58:28 +01:00
parent 82cc37e130
commit ce5def332f
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,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;