diff options
Diffstat (limited to 'WebKit/qt/Api/qwebpage_p.h')
-rw-r--r-- | WebKit/qt/Api/qwebpage_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/qt/Api/qwebpage_p.h b/WebKit/qt/Api/qwebpage_p.h index cf4ab88..6310eaf 100644 --- a/WebKit/qt/Api/qwebpage_p.h +++ b/WebKit/qt/Api/qwebpage_p.h @@ -72,7 +72,7 @@ public: QWebPagePrivate(QWebPage*); ~QWebPagePrivate(); - static WebCore::Page* core(QWebPage*); + static WebCore::Page* core(const QWebPage*); static QWebPagePrivate* priv(QWebPage*); void createMainFrame(); |