summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-09-21 19:18:07 +0000
committerMarkus Engel <markus.engel@tum.de>2013-09-21 19:18:07 +0000
commit56dda4fb505028b68abac775b005cef65bce3477 (patch)
treed96d176730c86cbd6415baff400df3a7ad7a2c02 /src/selection-chemistry.h
parentFix preview page number for PDF Cairo import dialog (diff)
downloadinkscape-56dda4fb505028b68abac775b005cef65bce3477.tar.gz
inkscape-56dda4fb505028b68abac775b005cef65bce3477.zip
Fixed segfault on copying text.
Fixed bugs: - https://launchpad.net/bugs/1228509 (bzr r12569)
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 f7a4f928c..e86000f70 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -85,7 +85,7 @@ void sp_selection_raise_to_top(Inkscape::Selection *selection, SPDesktop *deskto
void sp_selection_lower(Inkscape::Selection *selection, SPDesktop *desktop);
void sp_selection_lower_to_bottom(Inkscape::Selection *selection, SPDesktop *desktop);
-SPCSSAttr *take_style_from_item (SPItem *item);
+SPCSSAttr *take_style_from_item (SPObject *object);
void sp_selection_cut(SPDesktop *desktop);
void sp_selection_copy(SPDesktop *desktop);