diff options
Diffstat (limited to 'src/lpe-tool-context.cpp')
| -rw-r--r-- | src/lpe-tool-context.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp index d4c795656..f49d082b6 100644 --- a/src/lpe-tool-context.cpp +++ b/src/lpe-tool-context.cpp @@ -182,11 +182,10 @@ sp_lpetool_context_setup(SPEventContext *ec) } /** -\brief Callback that processes the "changed" signal on the selection; -destroys old and creates new nodepath and reassigns listeners to the new selected item's repr -*/ -void -sp_lpetool_context_selection_changed(Inkscape::Selection *selection, gpointer data) + * Callback that processes the "changed" signal on the selection; + * destroys old and creates new nodepath and reassigns listeners to the new selected item's repr. + */ +void sp_lpetool_context_selection_changed(Inkscape::Selection *selection, gpointer data) { SPLPEToolContext *lc = SP_LPETOOL_CONTEXT(data); |
