]> git.saurik.com Git - wxWidgets.git/commit
Fix cast of pointer to int in artprov sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 22:20:07 +0000 (22:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 22:20:07 +0000 (22:20 +0000)
commitca9fc039c120c294e8fe72e44004513a339e9b2e
tree53d0f6656391da4e18a9c4acf72c23473b93ce44
parentba75967c9c0656ec0bcc342878cd9cdd27857ea9
Fix cast of pointer to int in artprov sample.

This prevented the sample from building when using MinGW-64 and also probably
prevented it from working correctly on other 64-bit systems.

Closes #12453.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/artprov/artbrows.cpp