fixed unused variable warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3452,7 +3452,11 @@ void wxGenericTreeCtrl::OnGetToolTip( wxTreeEvent &event )
|
||||
|
||||
//static
|
||||
wxVisualAttributes
|
||||
#if _USE_VISATTR
|
||||
wxGenericTreeCtrl::GetClassDefaultAttributes(wxWindowVariant variant)
|
||||
#else
|
||||
wxGenericTreeCtrl::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
|
||||
#endif
|
||||
{
|
||||
#if _USE_VISATTR
|
||||
// Use the same color scheme as wxListBox
|
||||
|
Reference in New Issue
Block a user