From 9695c53a923ae7f19df51f84fd69ca052acb4f8f Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 14 Nov 2007 13:15:07 +0000 Subject: [PATCH] Ok -> IsOk git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index cc804e27d3..cacbefbc60 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -251,7 +251,7 @@ bool wxHtmlPrintout::OnBeginDocument(int startPage, int endPage) bool wxHtmlPrintout::OnPrintPage(int page) { wxDC *dc = GetDC(); - if (dc && dc->Ok()) + if (dc && dc->IsOk()) { if (HasPage(page)) RenderPage(dc, page); -- 2.50.0