]> git.saurik.com Git - wxWidgets.git/commit
Don't export wxDataViewCtrlInternal unnecessarily.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:37:50 +0000 (11:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:37:50 +0000 (11:37 +0000)
commit033a5ff5c71ee7e787a3bc7e9be55ca0f5d80fa1
tree2b750f6dc96034eb84e25743202a898860de802c
parent4e848be7f61c43b03a3c0247ef73f25c04a13086
Don't export wxDataViewCtrlInternal unnecessarily.

wxDataViewCtrlInternal is a private class used only inside wxWidgets itself
and doesn't need to be exported from the shared library, so remove the
unnecessary WXDLLIMPEXP_ADV from its declaration.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dataview.cpp