From 7df09b133d548ad1251d22a4f424c83781019de2 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 17 Apr 2008 16:22:17 +0000 Subject: [PATCH] Fix compilation pb on Debina 4.0 (64bit) --- src/GHS3DPlugin_Hypothesis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2