one more boneheaded fix - don't access the timevals if they aren't included
This commit is contained in:
parent
b0a7b60502
commit
7777fc4bc2
1 changed files with 2 additions and 0 deletions
|
@ -389,9 +389,11 @@ void Parser::Parse( string last_apt_file )
|
|||
{
|
||||
cur_airport->BuildBtg( work_dir, elevation );
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
cur_airport->GetBuildTime( build_time );
|
||||
cur_airport->GetCleanupTime( clean_time );
|
||||
cur_airport->GetTriangulationTime( triangulation_time );
|
||||
#endif
|
||||
|
||||
delete cur_airport;
|
||||
cur_airport = NULL;
|
||||
|
|
Loading…
Reference in a new issue