From: vsr Date: Thu, 17 Apr 2008 16:22:17 +0000 (+0000) Subject: Fix compilation pb on Debina 4.0 (64bit) X-Git-Tag: V4_1_2rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7df09b133d548ad1251d22a4f424c83781019de2;p=plugins%2Fghs3dplugin.git Fix compilation pb on Debina 4.0 (64bit) --- diff --git a/src/GHS3DPlugin_Hypothesis.cxx b/src/GHS3DPlugin_Hypothesis.cxx index 69e2302..eb6f7e4 100644 --- a/src/GHS3DPlugin_Hypothesis.cxx +++ b/src/GHS3DPlugin_Hypothesis.cxx @@ -407,7 +407,7 @@ string GHS3DPlugin_Hypothesis::GetFileName(const GHS3DPlugin_Hypothesis* hyp) aGenericName += getpid(); #endif aGenericName += "_"; - aGenericName += Abs((Standard_Integer) & aGenericName); + aGenericName += Abs((Standard_Integer)(long) & aGenericName); return aGenericName.ToCString(); }