Line 0
Link Here
|
|
|
1 |
--- modules/gui/qt4/dialogs/messages.hpp.orig 2014-08-14 07:20:04 UTC |
2 |
+++ modules/gui/qt4/dialogs/messages.hpp |
3 |
@@ -55,7 +55,7 @@ private: |
4 |
void sinkMessage( const MsgEvent * ); |
5 |
bool matchFilter( const QString& ); |
6 |
|
7 |
- atomic_uint verbosity; |
8 |
+ atomic_int verbosity; |
9 |
static void MsgCallback( void *, int, const vlc_log_t *, const char *, |
10 |
va_list ); |
11 |
|