Kaydet (Commit) 7d1a04d3 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS pj43 (1.3.64); FILE MERGED

2005/12/05 08:22:21 kendy 1.3.64.1: #i58332# int -> sal_IntPtr fix for 64bit in Hash.
üst 1ed119ce
...@@ -124,7 +124,7 @@ public: ...@@ -124,7 +124,7 @@ public:
struct Hash struct Hash
{ {
int operator () ( const PyRef &r) const { return (int) r.get(); } sal_IntPtr operator () ( const PyRef &r) const { return sal_IntPtr( r.get() ); }
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment