src/editmodes/linePathMode.h

changeset 1104
edddb9b0db9e
parent 1072
9ce9496427f2
child 1326
69a90bd2dba2
--- a/src/editmodes/linePathMode.h	Thu Feb 09 11:53:55 2017 +0200
+++ b/src/editmodes/linePathMode.h	Thu Feb 09 13:05:31 2017 +0200
@@ -24,7 +24,7 @@
 	DEFINE_CLASS (LinePathMode, AbstractDrawMode)
 
 public:
-	LinePathMode (GLRenderer* renderer);
+	LinePathMode (Canvas* canvas);
 
 	void render (QPainter& painter) const override;
 	EditModeType type() const override { return EditModeType::LinePath; }

mercurial