summaryrefslogtreecommitdiff
path: root/src/3rdparty/clip2tri/clip2tri.h
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-04-10 13:49:59 +0300
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-04-10 11:52:15 +0000
commitf982dda0cedeae1f52dbcd5dce32ff0d478e0c8a (patch)
treee0c94207d948294e7cadba84ac916c09d69ea545 /src/3rdparty/clip2tri/clip2tri.h
parent00c3f6aed3cdf9db4f3c8e176c6c1b97ce1272bc (diff)
downloadqtlocation-f982dda0cedeae1f52dbcd5dce32ff0d478e0c8a.tar.gz
Rename libclipper namespace
So it won't clash with the libclipper used by the Mapbox GL plugin when linking Qt with -static. With -static, all the plugins are linked together instead of each one having its own shared library, thus, hiding private symbols. Change-Id: I33ee4afd4b83741c5f3fae32a88da7f4a7fee75f Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/3rdparty/clip2tri/clip2tri.h')
-rw-r--r--src/3rdparty/clip2tri/clip2tri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/clip2tri/clip2tri.h b/src/3rdparty/clip2tri/clip2tri.h
index 37b563bb..61c8a0f5 100644
--- a/src/3rdparty/clip2tri/clip2tri.h
+++ b/src/3rdparty/clip2tri/clip2tri.h
@@ -33,7 +33,7 @@
#include <clipper.h>
using namespace std;
-using namespace ClipperLib;
+using namespace QtClipperLib;
namespace c2t
{