]> git.mxchange.org Git - simgear.git/blobdiff - simgear/bucket/newbucket.hxx
Ralf Gerlich: add headless mode to SimGear (merging simgear-cs)
[simgear.git] / simgear / bucket / newbucket.hxx
index d3e8783af3372c34830ed901c6ce17129a739fe8..58008e5c06ec21735b3dc3ec045df8709e2e9ab7 100644 (file)
@@ -329,7 +329,7 @@ void sgBucketDiff( const SGBucket& b1, const SGBucket& b2, int *dx, int *dy );
 inline std::ostream&
 operator<< ( std::ostream& out, const SGBucket& b )
 {
-    return out << b.lon << ":" << b.x << ", " << b.lat << ":" << b.y;
+    return out << b.lon << ":" << (int)b.x << ", " << b.lat << ":" << (int)b.y;
 }