wxWidgets/include
Václav Slavík 1c2704fe7b Make public headers compatible with Objective-C++ with ARC.
OSXGetViewOrWindow() virtual methods were defined in headers and were casting
NSView*/NSWindow* to void*, which the compiler complains about with ARC
enabled. Rather than writing conditional code in the header, move the
implementations into .cpp files. They were virtual anyway, so this is no less
efficient, and doesn't leave any problematic code in public headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-09-21 10:11:08 +00:00
..
msvc/wx Handle custom configurations in MSVC-specific setup.h. 2013-08-27 22:49:44 +00:00
wx Make public headers compatible with Objective-C++ with ARC. 2013-09-21 10:11:08 +00:00