summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/view/view.cpp')
-rw-r--r--src/ui/view/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/view.cpp b/src/ui/view/view.cpp
index 1b498a846..07bb6d2c1 100644
--- a/src/ui/view/view.cpp
+++ b/src/ui/view/view.cpp
@@ -137,7 +137,7 @@ void View::requestRedraw()
*
* \param doc The new document to connect the view to.
*/
-void View::setDocument(SPDocument *doc) {
+void View::setDocument(Document *doc) {
g_return_if_fail(doc != NULL);
if (_doc) {