From c6523112b63839a418648a3107f1b07026b9ce2d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 10 Sep 2009 20:30:12 +0000 Subject: Hey, minor updates to the formatter and a unit test, nothing important. --- src/tests/stdstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/stdstream.cpp b/src/tests/stdstream.cpp index 3aa9005..33d44b7 100644 --- a/src/tests/stdstream.cpp +++ b/src/tests/stdstream.cpp @@ -26,7 +26,7 @@ int main() sio << "|" << Fmt( 10, 10, Fmt::Right ) << 123 << "|" << sio.nl; sio << "+----------+" << sio.nl; - sio << Fmt(10,Fmt::Left) << "Hexcode:" << Fmt::ptr() << (&sio) << sio.nl; + sio << Fmt(10,Fmt::Left) << "Hexcode:" << Fmt::ptr() << (void*)(&sio) << sio.nl; sio << 0.123 << sio.nl; sio << true << " and then " << false << sio.nl; -- cgit v1.2.3