projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c5b54
)
typo fixed
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 24 Dec 2001 12:56:55 +0000
(12:56 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 24 Dec 2001 12:56:55 +0000
(12:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13180
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/fontcmn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/fontcmn.cpp
b/src/common/fontcmn.cpp
index fcbe26c07b696fa476057be5277f2293553766ce..9fcb7d694f0c163d1f04da97898c1f4fe7a80410 100644
(file)
--- a/
src/common/fontcmn.cpp
+++ b/
src/common/fontcmn.cpp
@@
-374,7
+374,7
@@
void wxNativeFontInfo::SetFaceName(wxString facename_)
facename = facename_;
}
-void wxNativeFontInfo::SetFamily(wxFontFamily family)
+void wxNativeFontInfo::SetFamily(wxFontFamily family
_
)
{
family = family_;
}