projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.
[wxWidgets.git]
/
include
/
wx
/
statbmp.h
diff --git
a/include/wx/statbmp.h
b/include/wx/statbmp.h
index 02f5c7ef054a92e047132b6f72313e3f1253893a..49bcf7fb93103b96dc910b6ec6abbeed8e7431fe 100644
(file)
--- a/
include/wx/statbmp.h
+++ b/
include/wx/statbmp.h
@@
-44,7
+44,7
@@
public:
virtual bool AcceptsFocus() const { return FALSE; }
protected:
- virtual wxSize DoGetBest
Client
Size() const;
+ virtual wxSize DoGetBestSize() const;
DECLARE_NO_COPY_CLASS(wxStaticBitmapBase)
};