projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for assert when setting tooltip for a readonly combo
[wxWidgets.git]
/
src
/
common
/
fontcmn.cpp
diff --git
a/src/common/fontcmn.cpp
b/src/common/fontcmn.cpp
index c27bb8d92b4fee9b5e8bad6ff3f26defc9cc14e7..8a5e31d4dd70edad2abd716a884491a691f3e3f4 100644
(file)
--- a/
src/common/fontcmn.cpp
+++ b/
src/common/fontcmn.cpp
@@
-17,6
+17,10
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
+#ifdef __GNUG__
+ #pragma implementation "fontbase.h"
+#endif
+
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-38,6
+42,7
@@
wxFontEncoding wxFontBase::ms_encodingDefault = wxFONTENCODING_SYSTEM;
wxFontEncoding wxFontBase::ms_encodingDefault = wxFONTENCODING_SYSTEM;
+/* static */
wxFont *wxFontBase::New(int size,
int family,
int style,
wxFont *wxFontBase::New(int size,
int family,
int style,