summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/interface.cpp')
-rw-r--r--src/ui/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index cd924f79d..5f9a402f1 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -302,7 +302,7 @@ void sp_ui_reload()
continue;
}
sp_create_window(dtw, TRUE);
- SPDesktop * desktop = static_cast<SPDesktop *>(dtw->view);
+ SPDesktop *desktop = static_cast<SPDesktop *>(dtw->view);
if (desktop) {
sp_namedview_window_from_document(desktop);
sp_namedview_update_layers_from_document(desktop);