Skip to content

Commit

Permalink
fixed Delphi compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Apr 22, 2024
1 parent 056f0dc commit b546540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/mormot.core.search.pas
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ TSynBloomFilter = class(TSynPersistent)
fStore: RawByteString;
public
/// don't call this raw constructor, but its overloads
constructor Create; override; overload;
constructor Create; overload; override;
/// initialize the internal bits storage for a given number of items
// - by default, internal bits array size will be guess from a 1 % false
// positive rate - but you may specify another value, to reduce memory use
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.2.7372'
'2.2.7373'

0 comments on commit b546540

Please sign in to comment.