X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f0c8a80937fbaf593b09c60e2ad73f3e914f618..6085b116d60c1f5e6b8a036aed1941477182867d:/samples/forty/scoredg.cpp diff --git a/samples/forty/scoredg.cpp b/samples/forty/scoredg.cpp index 773b513616..befb3725cd 100644 --- a/samples/forty/scoredg.cpp +++ b/samples/forty/scoredg.cpp @@ -28,7 +28,7 @@ #endif #if wxUSE_IOSTREAMH -#if defined(__WXMSW__) && !defined(GNUWIN32) +#if defined(__WXMSW__) && !defined(__GNUWIN32__) #include #else #include @@ -96,7 +96,7 @@ ScoreCanvas::~ScoreCanvas() void ScoreCanvas::OnDraw(wxDC& dc) { - dc.SetFont(m_font); + dc.SetFont(* m_font); const char* str = m_text; unsigned int tab = 0;