Move "static" keyword out from wxDEPRECATED() macros to placate icc.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 12:32:59 +0000 (12:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 12:32:59 +0000 (12:32 +0000)
commitd65e9d5707e2e80127ef85927d191c4911169f13
tree14b425f471ebe07c4d8f1176beedda8fc8b15fe5
parent16c7d85b34b9b7b79f5f38aa671dac6e769326fd
Move "static" keyword out from wxDEPRECATED() macros to placate icc.

Intel compiler gives warnings if the static keyword is not at the beginning of
the declaration and this happened when using it inside wxDEPRECATED() and
related macros because the declaration started with __declspec(deprecated) or
__attribute__((deprecated)) instead.

To avoid this problem, simply move "static" outside the macro.

Closes #12932.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/artprov.h
include/wx/colour.h
include/wx/image.h
include/wx/log.h
include/wx/menuitem.h
include/wx/validate.h