Applied patch [ 778625 ] wxSVGFileDC and UNICODE build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-11 10:05:32 +00:00
parent 25088f1eea
commit 85b88942cc
4 changed files with 56 additions and 64 deletions

View File

@@ -191,6 +191,7 @@ class WXDLLIMPEXP_SVG wxSVGFileDC : public wxDC
return (wxCoord)((double)(y) * m_scaleY - 0.5);
}
void write(const wxString &s);
public: