X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a9f252212bdc4f9eea745a04632748d5544c042..acbd13a365fe2bd7ed6bafd19dc26775a256d499:/src/motif/checkbox.cpp diff --git a/src/motif/checkbox.cpp b/src/motif/checkbox.cpp index ee43e5def3..1641f1077c 100644 --- a/src/motif/checkbox.cpp +++ b/src/motif/checkbox.cpp @@ -118,7 +118,7 @@ bool wxBitmapCheckBox::Create(wxWindow *parent, wxWindowID id, const wxBitmap *l return FALSE; } -void wxBitmapCheckBox::SetLabel(const wxBitmap *bitmap) +void wxBitmapCheckBox::SetLabel(const wxBitmap& bitmap) { // TODO }