From 57b42833834b099dec4ca69e5a6a3e1b11b79803 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 30 Jul 2001 22:54:20 +0000 Subject: [PATCH] MSVC tweak. --- src/Objects/apt_signs.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Objects/apt_signs.cxx b/src/Objects/apt_signs.cxx index 51b2dfc72..6774e729e 100644 --- a/src/Objects/apt_signs.cxx +++ b/src/Objects/apt_signs.cxx @@ -21,6 +21,7 @@ // $Id$ +#include #include #include "apt_signs.hxx" @@ -55,7 +56,8 @@ ssgBranch *gen_taxi_sign( const string path, const string content ) { material += c; material += ".rgb"; } else { - cout << "Unknown taxi sign code = '" << item << "' !!!!" << endl; + SG_LOG( SG_TERRAIN, SG_ALERT, + "Unknown taxi sign code = '" << item << "' !!!!" ); return NULL; } -- 2.39.5