Don't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR definition.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Dec 2011 12:54:32 +0000 (12:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Dec 2011 12:54:32 +0000 (12:54 +0000)
commit02106526ea6ac52965bce78b1a2a739e154e0c55
treeb2e83554d78380321b59bcb85c229f943bf142a6
parentcac008ad62d1e4f10f22e25f599990e3db69b355
Don't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR definition.

Apparently we need this bogus "inline" for g++ < 3.4 but there is no reason to
use it for the other compilers and this results in linking errors with e.g.
MSVC, so remove it.

Closes #13775.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h