summaryrefslogtreecommitdiff
path: root/src/faces/FaceShape.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/faces/FaceShape.vala')
-rw-r--r--src/faces/FaceShape.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/faces/FaceShape.vala b/src/faces/FaceShape.vala
index c14b43b..21e85a9 100644
--- a/src/faces/FaceShape.vala
+++ b/src/faces/FaceShape.vala
@@ -27,7 +27,7 @@ public abstract class FaceShape : Object {
private weak FacesTool.FaceWidget face_widget = null;
- public FaceShape(EditingTools.PhotoCanvas canvas) {
+ protected FaceShape(EditingTools.PhotoCanvas canvas) {
this.canvas = canvas;
this.canvas.new_surface.connect(prepare_ctx);