Skip to content

Commit

Permalink
Fixed right structure type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki committed Jan 18, 2024
1 parent e9d3141 commit c8817ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct LogConfig
void* loghandler_opaque;
srt::sync::Mutex mutex;
int flags;
std::vector<class LogDispatcher*> loggers;
std::vector<struct LogDispatcher*> loggers;

LogConfig(const fa_bitset_t& efa,
LogLevel::type l = LogLevel::warning,
Expand Down

0 comments on commit c8817ff

Please sign in to comment.