diff options
Diffstat (limited to 'src/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 83dd93bdd..1c627fd1a 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -68,7 +68,8 @@ void sp_selection_clone_original_path_lpe(SPDesktop *desktop); void sp_selection_to_marker(SPDesktop *desktop, bool apply = true); void sp_selection_to_guides(SPDesktop *desktop); -void sp_selection_symbol(SPDesktop *desktop, bool apply = true); +void sp_selection_symbols(SPDesktop *desktop, bool apply = true); +void sp_selection_symbol(SPDocument *doc, SPObject *group); void sp_selection_unsymbol(SPDesktop *desktop); void sp_selection_tile(SPDesktop *desktop, bool apply = true); |
