summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-19 06:21:16 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-19 06:21:16 +0000
commit847b4f57816ba691e471cf891beca6d263438f03 (patch)
treecf12af8411a9a8ec4d97e148c2d07c3b257577fc /src/selection-chemistry.h
parentBrace safety cleanup. (diff)
downloadinkscape-847b4f57816ba691e471cf891beca6d263438f03.tar.gz
inkscape-847b4f57816ba691e471cf891beca6d263438f03.zip
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
(bzr r9209)
Diffstat (limited to 'src/selection-chemistry.h')
-rw-r--r--src/selection-chemistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h
index e06c32e72..1f975975a 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -75,7 +75,7 @@ void sp_selection_lower_to_bottom(SPDesktop *desktop);
SPCSSAttr *take_style_from_item (SPItem *item);
void sp_selection_cut(SPDesktop *desktop);
-void sp_selection_copy();
+void sp_selection_copy(SPDesktop *desktop);
void sp_selection_paste(SPDesktop *desktop, bool in_place);
void sp_selection_paste_style(SPDesktop *desktop);
void sp_selection_paste_livepatheffect(SPDesktop *desktop);