projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxXmlNode::GetAttribute's pointer argument must not be NULL, check for it
[wxWidgets.git]
/
src
/
common
/
fontenumcmn.cpp
diff --git
a/src/common/fontenumcmn.cpp
b/src/common/fontenumcmn.cpp
index c2ef4c882052887d13ca643067506fcdcb76d094..aaae1543c403f8b0a77e16b4336da6e702b9e61f 100644
(file)
--- a/
src/common/fontenumcmn.cpp
+++ b/
src/common/fontenumcmn.cpp
@@
-24,6
+24,8
@@
#pragma hdrstop
#endif
+#if wxUSE_FONTENUM
+
#include "wx/fontenum.h"
// ============================================================================
@@
-129,3
+131,5
@@
bool wxFontEnumerator::EnumerateEncodingsUTF8(const wxString& facename)
return true;
}
#endif // wxHAS_UTF8_FONTS
+
+#endif // wxUSE_FONTENUM