From d9e7d5810678c1470808c3de63f7bde412b3d17b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 11 Oct 2012 11:20:02 +0100 Subject: Fix up ripples from urldb change. --- beos/thumbnail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/thumbnail.cpp') diff --git a/beos/thumbnail.cpp b/beos/thumbnail.cpp index ea03d29d8..128462f57 100644 --- a/beos/thumbnail.cpp +++ b/beos/thumbnail.cpp @@ -57,7 +57,7 @@ extern status_t ScaleBitmap(const BBitmap& inBitmap, BBitmap& outBitmap); * \param url the URL the thumnail belongs to, or NULL */ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, - const char *url) + nsurl *url) { BBitmap *thumbnail; BBitmap *small; -- cgit v1.2.3