Fix function registration

This commit is contained in:
Robert Schulze 2023-05-08 12:08:22 +00:00
parent bb5a25e81c
commit b9e8c52057
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -275,7 +275,7 @@ private:
const String user_name; const String user_name;
}; };
REGISTER_FUNCTION(Hashing) REGISTER_FUNCTION(EntropyLearnedHash)
{ {
factory.registerFunction<FunctionTrainEntropyLearnedHash>(); factory.registerFunction<FunctionTrainEntropyLearnedHash>();
factory.registerFunction<FunctionEntropyLearnedHash>(); factory.registerFunction<FunctionEntropyLearnedHash>();