summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-11 11:20:02 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-11 11:20:02 +0100
commitd9e7d5810678c1470808c3de63f7bde412b3d17b (patch)
tree68d47410cb177d0125127ac186c2a05127b82097 /beos
parent5a5eab9a1ea7bf6dd79420668c2c0df1a3ea88f5 (diff)
downloadnetsurf-d9e7d5810678c1470808c3de63f7bde412b3d17b.tar.gz
netsurf-d9e7d5810678c1470808c3de63f7bde412b3d17b.tar.bz2
Fix up ripples from urldb change.
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp2
-rw-r--r--beos/thumbnail.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 4b16022f0..dc3c33538 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -1009,7 +1009,7 @@ void die(const char * const error)
exit(EXIT_FAILURE);
}
-void gui_cert_verify(const char *url, const struct ssl_cert_info *certs,
+void gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs,
unsigned long num, nserror (*cb)(bool proceed, void *pw),
void *cbpw)
{
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;