CanSetTransparent needs to be virtual

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2010-09-23 21:07:19 +00:00
parent e5ad1e9d4b
commit 6f5778a627

View File

@@ -769,7 +769,7 @@ public :
return false ;
}
bool CanSetTransparent()
virtual bool CanSetTransparent()
{
return false;
}