Kaydet (Commit) 6286f9ac authored tarafından Matthias Huetsch's avatar Matthias Huetsch

#i8583# Fixed SvHashTable constructor definition to match declaration (UINT32 vs ULONG).

Contributed by Gwenole Beauchesne <gbeauche@openoffice.org>
üst d6d2d261
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: hash.cxx,v $ * $RCSfile: hash.cxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $ * last change: $Author: mhu $ $Date: 2002-11-29 17:47:06 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -91,7 +91,7 @@ SvStringHashEntry::~SvStringHashEntry() { }; ...@@ -91,7 +91,7 @@ SvStringHashEntry::~SvStringHashEntry() { };
|* Beschreibung |* Beschreibung
|* |*
*************************************************************************/ *************************************************************************/
SvHashTable::SvHashTable( ULONG nMaxEntries ) SvHashTable::SvHashTable( UINT32 nMaxEntries )
{ {
nMax = nMaxEntries; // set max entries nMax = nMaxEntries; // set max entries
nFill = 0; // no entries nFill = 0; // no entries
......
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