Don't name variables "id" in public headers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 18:43:30 +0000 (18:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 18:43:30 +0000 (18:43 +0000)
commitfb1e6455778e1696e6498431df40335d4731240f
treefb8338478da33e3171d24f04f75360600adc95c7
parent58ce18f2fdadecffb21e27555115af708325cf18
Don't name variables "id" in public headers.

This name clashes with Objective-C reserved keyword and so prevents the
headers using it from being included from Objective-C++ code.

Closes #12832.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/aui/auibar.h
src/aui/auibar.cpp