projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use child's listmodelnotifier's destructor (by overloading
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
statbmp.h
diff --git
a/include/wx/mac/carbon/statbmp.h
b/include/wx/mac/carbon/statbmp.h
index 33cc5bd495c84ceb16fb42a404b8b5aa45a26545..4841947522635ab26edbf377b1a776de826bcde5 100644
(file)
--- a/
include/wx/mac/carbon/statbmp.h
+++ b/
include/wx/mac/carbon/statbmp.h
@@
-53,9
+53,10
@@
class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
// overriden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
// overriden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }
- virtual wxSize DoGetBestSize() const ;
protected:
protected:
+ virtual wxSize DoGetBestSize() const;
+
wxBitmap m_bitmap;
DECLARE_EVENT_TABLE()
};
wxBitmap m_bitmap;
DECLARE_EVENT_TABLE()
};