diff options
Diffstat (limited to 'src/live_effects/lpe-circle_with_radius.cpp')
| -rw-r--r-- | src/live_effects/lpe-circle_with_radius.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-circle_with_radius.cpp b/src/live_effects/lpe-circle_with_radius.cpp index ec9d4f74d..c5dfebfad 100644 --- a/src/live_effects/lpe-circle_with_radius.cpp +++ b/src/live_effects/lpe-circle_with_radius.cpp @@ -65,7 +65,7 @@ void _circle(Geom::Point center, double radius, std::vector<Geom::Path> &path_ou } std::vector<Geom::Path> -LPECircleWithRadius::doEffect_path (std::vector<Geom::Path> &path_in) +LPECircleWithRadius::doEffect_path (std::vector<Geom::Path> const & path_in) { std::vector<Geom::Path> path_out = std::vector<Geom::Path>(); |
