No changes, just attempts to make the code more readable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Oct 2009 01:04:20 +0000 (01:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Oct 2009 01:04:20 +0000 (01:04 +0000)
commit8e59cbe40ca6d003598e71c3c54d9a0c06bdff08
treefcbff914b7f510c90302ae2ff6e4c4b391193def
parentf32eb96401af815f5662b715330802c2e6bfa452
No changes, just attempts to make the code more readable.

Reformat/reindent, use more wx coding style, wrap some extremely long lines.
Use shorter and less Carbon-ish variable names. Clarify some comments.

Also use static_cast<> because there is no need to use reinterpret_cast<> when
a static_cast<> will do.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/cocoa/dataview.h
src/osx/cocoa/dataview.mm