Merge branch 'crashlog_improvements' into jgrpp

Fixes compilation on MSVC
This commit is contained in:
Jonathan G Rennison
2018-07-25 08:15:09 +01:00
2 changed files with 10 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ int WriteScopeLog(char *buf, const char *last)
return b - buf;
}
#endif
// helper functions
const char *scope_dumper::CompanyInfo(int company_id)
{
@@ -114,5 +116,3 @@ const char *scope_dumper::StationInfo(const BaseStation *st)
}
return this->buffer;
}
#endif