]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
minor fix to find contents file alright
[wxWidgets.git] / src / common / image.cpp
index bb000882425f86786b9ff445351fe8a3d32a1157..b5c526628eab0ca8d43a6dd6eaf42ed1e8cb38b7 100644 (file)
@@ -150,7 +150,7 @@ void wxImage::Destroy()
     UnRef();
 }
 
-wxImage wxImage::Scale( int width, int height )
+wxImage wxImage::Scale( int width, int height ) const
 {
     wxImage image;