Skip to content

Commit

Permalink
Forgot default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Nov 5, 2023
1 parent d7887ef commit 9e95e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class util {

static std::wstring string_to_wstring(const std::string& input_string);

static uint32_t load_hmla_hash_list(const std::string &path);
static uint32_t load_hmla_hash_list(const std::string &path = "");

static bool
lz4_compress_hc(const char* source, std::vector<char>& destination, int source_size, int& compressed_size);
Expand Down

0 comments on commit 9e95e43

Please sign in to comment.