Commit 98b4e987 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix mismatching sign types

parent b82416d7
...@@ -49,7 +49,7 @@ private: ...@@ -49,7 +49,7 @@ private:
void sinkMessage( const MsgEvent * ); void sinkMessage( const MsgEvent * );
bool matchFilter( const QString& ); bool matchFilter( const QString& );
atomic_uint verbosity; atomic_int verbosity;
static void MsgCallback( void *, int, const vlc_log_t *, const char *, static void MsgCallback( void *, int, const vlc_log_t *, const char *,
va_list ); va_list );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment