projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
check that string passed to FromUTF8() is valid even in release build, this is safer...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
font.h
diff --git
a/include/wx/gtk/font.h
b/include/wx/gtk/font.h
index 94b5d360098e7b143ee10747bb6776955bb77899..253c5cf11f5f96581fb0f04dc07c00814610f216 100644
(file)
--- a/
include/wx/gtk/font.h
+++ b/
include/wx/gtk/font.h
@@
-84,6
+84,9
@@
protected:
// common part of all ctors
void Init();
+ virtual wxGDIRefData* CreateGDIRefData() const;
+ virtual wxGDIRefData* CloneGDIRefData(const wxGDIRefData* data) const;
+
private:
DECLARE_DYNAMIC_CLASS(wxFont)
};