]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcsvg.h
switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one...
[wxWidgets.git] / include / wx / dcsvg.h
index c2eef701b86dd2d8be449543046c02cbfd150fe3..fefeea50843e3d93683e1f438bd8d8604dbf3a56 100644 (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: