--- a/src/editmodes/drawMode.h Tue Sep 09 02:44:02 2014 +0300
+++ b/src/editmodes/drawMode.h Thu Oct 23 16:44:52 2014 +0300
@@ -32,4 +32,5 @@
bool mouseReleased (MouseEventData const& data) override;
void endDraw();
bool preAddVertex (Vertex const&);
+ Vertex getCursorVertex() const;
};