From 306a4f2d2dd740e1f5af9e6d8562e4094501a14e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 31 Jan 2014 19:18:18 +0000 Subject: [PATCH] Replaced C cast to long with a static_cast() to avoid a build error under Mingw 64. --- src/osgText/Glyph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgText/Glyph.cpp b/src/osgText/Glyph.cpp index 439427a86..9f4be5be5 100644 --- a/src/osgText/Glyph.cpp +++ b/src/osgText/Glyph.cpp @@ -528,7 +528,7 @@ void Glyph::subload() const "\t "<(data())<<");"<