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:
Dimitri Schoolwerth
2004-05-06 23:47:14 +00:00
parent 1d8864ac63
commit 3f927d5023

View File

@@ -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