]> git.saurik.com Git - wxWidgets.git/commit
Attempt to work around Mac g++ 4.0 bug in fswatcher unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 May 2011 08:54:20 +0000 (08:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 May 2011 08:54:20 +0000 (08:54 +0000)
commitd3eec3b672ed275fb3b0ab520b8e2464e699cb16
tree7db43c1170045b20e7029d40f9b1d4fe92d88f4f
parenta0828629870da7f34bfe1f1c73441fde1ad7ec73
Attempt to work around Mac g++ 4.0 bug in fswatcher unit test.

Don't define the class overriding a virtual base class method inside the test
function as g++ 4.0 under OS X 10.5 fails to compile this for some mysterious
reason.

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