projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
made wxString::Replace, Matches and Find work with any form of string argument
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
pen.h
diff --git
a/include/wx/mac/carbon/pen.h
b/include/wx/mac/carbon/pen.h
index 6603b40069c276a918abdcb06763017761cf7609..8da9153e2311e6de06a3a530d897e6690f4a7790 100644
(file)
--- a/
include/wx/mac/carbon/pen.h
+++ b/
include/wx/mac/carbon/pen.h
@@
-108,9
+108,8
@@
public:
// Useful helper: create the brush resource
bool RealizeResource();
-protected:
- virtual wxObjectRefData* CreateRefData() const;
- virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
+private:
+ void Unshare();
};
#endif