summaryrefslogtreecommitdiff
path: root/beos/thumbnail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/thumbnail.cpp')
-rw-r--r--beos/thumbnail.cpp2
1 files changed, 1 insertions, 1 deletions
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;