possible compilation problem fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
#pragma interface "font.h"
|
#pragma interface "font.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
class wxXFont;
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
class wxFont : public wxFontBase
|
class wxFont : public wxFontBase
|
||||||
{
|
{
|
||||||
@@ -83,7 +85,7 @@ public:
|
|||||||
// of the fonts and a mapping file.
|
// of the fonts and a mapping file.
|
||||||
|
|
||||||
// Return font struct, and optionally the Motif font list
|
// Return font struct, and optionally the Motif font list
|
||||||
class wxXFont* GetInternalFont(double scale = 1.0,
|
wxXFont *GetInternalFont(double scale = 1.0,
|
||||||
WXDisplay* display = NULL) const;
|
WXDisplay* display = NULL) const;
|
||||||
|
|
||||||
// These two are helper functions for convenient access of the above.
|
// These two are helper functions for convenient access of the above.
|
||||||
|
Reference in New Issue
Block a user