summaryrefslogtreecommitdiff
path: root/starmath/source/smdll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/smdll.cxx')
-rw-r--r--starmath/source/smdll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx
index f1a1bc6a7d6d..eea84b3e6080 100644
--- a/starmath/source/smdll.cxx
+++ b/starmath/source/smdll.cxx
@@ -51,7 +51,7 @@ namespace
SmDLL::SmDLL()
{
- SmModule** ppShlPtr = (SmModule**) GetAppData(SHL_SM);
+ SmModule** ppShlPtr = reinterpret_cast<SmModule**>(GetAppData(SHL_SM));
if ( *ppShlPtr )
return;