wxPictureWindow.hpp
changeset 2 b2772bffb62f
parent 1 506e0fc65ba3
--- a/wxPictureWindow.hpp	Sun Apr 24 14:03:52 2011 +0200
+++ b/wxPictureWindow.hpp	Sun Apr 24 14:26:29 2011 +0200
@@ -5,9 +5,9 @@
 class wxPictureWindow : public wxScrolledWindow
 {
     public:
-        wxPictureWindow(const wxImage &img, CropArea area, wxWindow *parent);
+        wxPictureWindow(const wxString &img, CropArea area, wxWindow *parent);
         ~wxPictureWindow();
-        void SetImg(const wxImage &img);
+        void SetImg(const wxString &img);
     protected:
         virtual void OnDraw(wxDC &dc);
         void OnMouse(wxMouseEvent &ev);