]> git.mxchange.org Git - simgear.git/commitdiff
MSVC fix.
authorehofman <ehofman>
Thu, 10 Nov 2005 09:57:58 +0000 (09:57 +0000)
committerehofman <ehofman>
Thu, 10 Nov 2005 09:57:58 +0000 (09:57 +0000)
simgear/debug/logstream.hxx

index 4546a5e1d5cd6efbaa774eb475101a05584853af..7fee81402c4f7b6be23f7f29c585f5a0362cf546 100644 (file)
@@ -185,7 +185,7 @@ inline logbuf::int_type
 logbuf::overflow( int c )
 {
 #ifdef _MSC_VER
-    static has_console = false;
+    static bool has_console = false;
     if ( logging_enabled ) {
         if ( !has_console ) {
             AllocConsole();