MSVC tweak.
This commit is contained in:
parent
45904a45eb
commit
57b4283383
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
|
#include <simgear/debug/logstream.hxx>
|
||||||
#include <simgear/math/sg_types.hxx>
|
#include <simgear/math/sg_types.hxx>
|
||||||
|
|
||||||
#include "apt_signs.hxx"
|
#include "apt_signs.hxx"
|
||||||
|
@ -55,7 +56,8 @@ ssgBranch *gen_taxi_sign( const string path, const string content ) {
|
||||||
material += c;
|
material += c;
|
||||||
material += ".rgb";
|
material += ".rgb";
|
||||||
} else {
|
} else {
|
||||||
cout << "Unknown taxi sign code = '" << item << "' !!!!" << endl;
|
SG_LOG( SG_TERRAIN, SG_ALERT,
|
||||||
|
"Unknown taxi sign code = '" << item << "' !!!!" );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue