]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Fix compilation pb on Debina 4.0 (64bit) V4_1_2rc1
authorvsr <vsr@opencascade.com>
Thu, 17 Apr 2008 16:22:17 +0000 (16:22 +0000)
committervsr <vsr@opencascade.com>
Thu, 17 Apr 2008 16:22:17 +0000 (16:22 +0000)
src/GHS3DPlugin_Hypothesis.cxx

index 69e2302d841bfdcd263ac1636ebb742c6e8cf707..eb6f7e416ac5eb32f5b21b0c9384417186b41006 100644 (file)
@@ -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();
 }