]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/svg/svgtest.cpp
ensure all topic overviews have an horizontal rule with the list of the sections...
[wxWidgets.git] / samples / svg / svgtest.cpp
index 4e29ebcb8c6fc472ca1a4b4be5c1762430d3b5f8..1f44b5558e726fdf9459852767357a21da89cde8 100644 (file)
@@ -602,7 +602,7 @@ bool MyChild::OnSave(wxString filename)
 {
     wxSVGFileDC svgDC (filename, 600, 650) ;
     m_canvas->OnDraw (svgDC);
-    return svgDC.Ok();
+    return svgDC.IsOk();
 }