summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/mesh-tool.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-16 10:24:04 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-10-16 10:24:04 +0000
commitc698002c4598209f6c4ccc0a86f89afb54f224a2 (patch)
treecf0c89fdc713f96eba2f760b909c0c648eb075b4 /src/ui/tools/mesh-tool.cpp
parentworking in dimension to item (diff)
parentupdate to trunk (diff)
downloadinkscape-c698002c4598209f6c4ccc0a86f89afb54f224a2.tar.gz
inkscape-c698002c4598209f6c4ccc0a86f89afb54f224a2.zip
update to current measure code
(bzr r14393.2.1)
Diffstat (limited to 'src/ui/tools/mesh-tool.cpp')
-rw-r--r--src/ui/tools/mesh-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/mesh-tool.cpp b/src/ui/tools/mesh-tool.cpp
index 813d6ae5b..303757493 100644
--- a/src/ui/tools/mesh-tool.cpp
+++ b/src/ui/tools/mesh-tool.cpp
@@ -316,7 +316,7 @@ static void sp_mesh_context_split_near_point(MeshTool *rc, SPItem *item, Geom::
/**
Wrapper for various mesh operations that require a list of selected corner nodes.
*/
-static void
+void
sp_mesh_context_corner_operation (MeshTool *rc, MeshCornerOperation operation )
{