]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/btncmn.cpp
Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of...
[wxWidgets.git] / src / common / btncmn.cpp
index f8be59aabb53ebd1812aa5d04f22afd527e4a4e4..4ddc6a5bad407fd1d769a0ad11bff21826bf9d63 100644 (file)
@@ -107,7 +107,7 @@ wxWindow *wxButtonBase::SetDefault()
     return tlw->SetDefaultItem(this);
 }
 
-void wxButtonBase::SetBitmapPosition(wxDirection dir)
+void wxAnyButtonBase::SetBitmapPosition(wxDirection dir)
 {
     wxASSERT_MSG( !(dir & ~wxDIRECTION_MASK), "non-direction flag used" );
     wxASSERT_MSG( !!(dir & wxLEFT) +