]> git.saurik.com Git - wxWidgets.git/commit
Fix g++ compilation of wxFileSystemWatcher test after VC6 fix.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Oct 2009 23:54:47 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Oct 2009 23:54:47 +0000 (23:54 +0000)
commitd5236dfffd5f9e722f135691c29107137a5c2dcd
treeae2eb2609c4afb53fd5744dd297ad3248e14f3d0
parent771ce939f3d9948399b77b6e164b2cb6df2dc29f
Fix g++ compilation of wxFileSystemWatcher test after VC6 fix.

Enums can't be used to deduce template parameters so cast WAIT_DURATION to int
explicitly before passing it to wxString::Format().

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