]> git.saurik.com Git - wxWidgets.git/commit
Add wxUSE_TREELISTCTRL checks to treelist.cpp itself.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Sep 2011 11:06:05 +0000 (11:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Sep 2011 11:06:05 +0000 (11:06 +0000)
commitf8ec7b81b280bf11b40529c7fc9317ba9f052bee
treeacff7d0a04132c66378c83fe22643d0ca75537e9
parent6ab3e0396c67d2674a2cf52a5d18cc26d2472619
Add wxUSE_TREELISTCTRL checks to treelist.cpp itself.

The contents of this file was still compiled even when wxUSE_TREELISTCTRL was
turned off. Fix this by adding the missing "#if wxUSE_TREELISTCTRL" check
around it.

Closes #13470.

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