agg-2.4.tar.gz-noarch-fixpathstoragewarning.diff [JoeB]
This commit is contained in:
parent
b2a477b6d3
commit
9974a2e61c
1 changed files with 1 additions and 1 deletions
2
deps/agg/include/agg_path_storage.h
vendored
2
deps/agg/include/agg_path_storage.h
vendored
|
@ -736,7 +736,7 @@ namespace agg
|
|||
template<class VertexSource>
|
||||
void join_path(VertexSource& vs, unsigned path_id = 0)
|
||||
{
|
||||
double x, y;
|
||||
double x=0.0, y=0.0;
|
||||
unsigned cmd;
|
||||
vs.rewind(path_id);
|
||||
cmd = vs.vertex(&x, &y);
|
||||
|
|
Loading…
Reference in a new issue