summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-25 20:16:54 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-25 20:16:54 +0000
commit300d24dedddefb2f68ebd680fcd2234bfca53ad7 (patch)
tree945e83eb2598e60f73e4ef77e2bde37311e9d9bb /src/selection-chemistry.h
parentMerged trunk (diff)
downloadinkscape-300d24dedddefb2f68ebd680fcd2234bfca53ad7.tar.gz
inkscape-300d24dedddefb2f68ebd680fcd2234bfca53ad7.zip
Changed coding style
(bzr r14954.1.27)
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 cfae84eef..f6cd4829a 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -109,7 +109,7 @@ void sp_selection_to_next_layer( SPDesktop *desktop, bool suppressDone = false )
void sp_selection_to_prev_layer( SPDesktop *desktop, bool suppressDone = false );
void sp_selection_to_layer( SPDesktop *desktop, SPObject *layer, bool suppressDone = false );
-void sp_selection_apply_affine(Inkscape::ObjectSet *selection, Geom::Affine const &affine, bool set_i2d = true, bool compensate = true, bool adjust_transf_center = true);
+void sp_selection_apply_affine(Inkscape::ObjectSet *set, Geom::Affine const &affine, bool set_i2d = true, bool compensate = true, bool adjust_transf_center = true);
void sp_selection_remove_transform (SPDesktop *desktop);
void sp_selection_scale_absolute (Inkscape::ObjectSet *set, double x0, double x1, double y0, double y1);
void sp_selection_scale_relative(Inkscape::ObjectSet *set, Geom::Point const &align, Geom::Scale const &scale);