Skip to content

Commit

Permalink
fix wrong function type
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and rakshasa committed Jan 19, 2025
1 parent 498f232 commit ee06bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torrent/utils/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ enum {
{ if (torrent::log_groups[log_group].valid()) \
torrent::log_groups[log_group].internal_print(NULL, log_subsystem, NULL, 0, __VA_ARGS__); }

typedef std::function<void (const char*, unsigned int, int)> log_slot;
typedef std::function<void (const char*, size_t, int)> log_slot;

class LIBTORRENT_EXPORT log_group {
public:
Expand Down

0 comments on commit ee06bed

Please sign in to comment.