CVS: [PC] wxWidgets/samples/thread thread.cpp,1.25,1.26
Ryan Norton
wxprojects at comcast.net
Mon Oct 2 00:00:51 PDT 2006
> - wxLogStatus(this, wxT("%u threads total, %u running."), nCount, =
nRunning);
> + wxLogStatus(this, wxT("%u threads total, %u running."), unsigned=
(nCount), unsigned(nRunning));
Urm, but doesn't the rest of wxwidgets code use =
(casttype) variable
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-dev/attachments/20061002/bba8f=
fa3/attachment.htm
More information about the wx-dev
mailing list