diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-31 22:47:51 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-31 22:47:51 +0000 |
| commit | ff7515fc845e77612e36e9b1aed1ba9d7d014438 (patch) | |
| tree | fbdb1b520fdc522b70e54db760c0ced36d8e2d0d | |
| parent | Remove XGD_DATA_DIR as sugestion of su_v (diff) | |
| download | inkscape-ff7515fc845e77612e36e9b1aed1ba9d7d014438.tar.gz inkscape-ff7515fc845e77612e36e9b1aed1ba9d7d014438.zip | |
Fixing coding style
| -rw-r--r-- | src/ui/interface.cpp | 2 |
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); |
