From 56dda4fb505028b68abac775b005cef65bce3477 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 21 Sep 2013 21:18:07 +0200 Subject: Fixed segfault on copying text. Fixed bugs: - https://launchpad.net/bugs/1228509 (bzr r12569) --- src/selection-chemistry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.h') 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); -- cgit v1.2.3