Skip to content

Commit

Permalink
Fix linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb8 committed Jan 5, 2022
1 parent 62b869e commit 9e0ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ uint64_t util::get_file_identifier(const QString& path)
#include <sys/stat.h>
#include <unistd.h>

static uint64_t get_file_identifier(const QString &path)
uint64_t util::get_file_identifier(const QString &path)
{
auto native_path = path.toLocal8Bit();
uint64_t ret = 0u;
Expand Down

0 comments on commit 9e0ad97

Please sign in to comment.