X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..9708db208d570c089b5c13948ec7e9e5e0bb5c97:/include/wx/motif/statbmp.h diff --git a/include/wx/motif/statbmp.h b/include/wx/motif/statbmp.h index 94b063659e..ae5698036b 100644 --- a/include/wx/motif/statbmp.h +++ b/include/wx/motif/statbmp.h @@ -76,8 +76,12 @@ public: virtual void ChangeBackgroundColour(); virtual void ChangeForegroundColour(); +protected: + void DoSetBitmap(); + protected: wxBitmap m_messageBitmap; + wxBitmap m_messageBitmapOriginal; }; #endif