]> git.saurik.com Git - wxWidgets.git/commit
fix VC warning about applying unary minus to unsigned type yielding still unsigned...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Mar 2007 14:32:55 +0000 (14:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Mar 2007 14:32:55 +0000 (14:32 +0000)
commit2d2dd913b7be89892a211f256853d8a37dc3c0b0
treeb4ff32f3badc4cf09f7dc78db443d07b3b4eb134
parent48eba629250af9c837be249a523ad5a6c909cd7c
fix VC warning about applying unary minus to unsigned type yielding still unsigned result by using wxFileOffset instead of size_t

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/streams/memstream.cpp