diff options
-rw-r--r-- | drawinglayer/source/primitive2d/borderlineprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx index f467aee1e53b..63736d6d2ee1 100644 --- a/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx @@ -36,7 +36,7 @@ namespace std template<typename T> T round(T x) { - return round(x); + return ::round(x); } } #endif |