]> git.saurik.com Git - wxWidgets.git/commit
Put storage class outside WXDLLIMPEXP_DATA_CORE() macros.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2011 13:25:51 +0000 (13:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2011 13:25:51 +0000 (13:25 +0000)
commitb8b9e48c519dcf45a9d1253317423acbb7fb01de
tree969a73a76fa3a978f1e0762001bc984d2d437371
parent58d424d7e15e3b1fd88ef0adfe280b006250a54c
Put storage class outside WXDLLIMPEXP_DATA_CORE() macros.

The storage class must come first in a declaration so put it in front of
WXDLLIMPEXP_DATA_CORE() and not inside it to avoid warnings from some
compilers (notably Intel one).

Closes #12932.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk1/msgdlg.h
include/wx/motif/accel.h
include/wx/msgdlg.h