X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f555861b7e50f335c7b929bb76be38e9ebd69c5..92b87be5188118209d22ec2f578203877e57e6be:/include/wx/stubs/bitmap.h diff --git a/include/wx/stubs/bitmap.h b/include/wx/stubs/bitmap.h index 0b1efd764e..1d2f5417e5 100644 --- a/include/wx/stubs/bitmap.h +++ b/include/wx/stubs/bitmap.h @@ -124,7 +124,6 @@ public: // Copy constructors inline wxBitmap(const wxBitmap& bitmap) { Ref(bitmap); if ( wxTheBitmapList ) wxTheBitmapList->AddBitmap(this); } - inline wxBitmap(const wxBitmap* bitmap) { if (bitmap) Ref(*bitmap); if ( wxTheBitmapList ) wxTheBitmapList->AddBitmap(this); } // Initialize with raw data. wxBitmap(const char bits[], int width, int height, int depth = 1);