diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-05-13 19:17:06 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-05-13 19:17:06 +0000 |
| commit | 41ab3bd526807e0a092466e7d4e979f12bab81ff (patch) | |
| tree | 681f9f728429007fc5401e1f164dd87c53ec886f /src/2geom/toposweep.cpp | |
| parent | remove two duplicate copies from build.xml (diff) | |
| download | inkscape-41ab3bd526807e0a092466e7d4e979f12bab81ff.tar.gz inkscape-41ab3bd526807e0a092466e7d4e979f12bab81ff.zip | |
fix windows 64bit build. (changes already committed to trunk)
(bzr r13341.1.19)
Diffstat (limited to 'src/2geom/toposweep.cpp')
| -rw-r--r-- | src/2geom/toposweep.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/toposweep.cpp b/src/2geom/toposweep.cpp index cfb91857c..4da3f6922 100644 --- a/src/2geom/toposweep.cpp +++ b/src/2geom/toposweep.cpp @@ -53,6 +53,7 @@ TopoGraph::Edge TopoGraph::remove_edge(unsigned ix, unsigned jx) { } } assert(0); + return v[0]; // if assert is disabled, return first Edge. } void TopoGraph::cannonize() { |
