]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/playlist_model.cpp
CodingStyle fixes, use ; when using macros and do not write it in the macro definition.
[vlc] / modules / gui / qt4 / playlist_model.cpp
index 2b7a35092af6d6894c4a97ca49bdd86b504f02a0..3c1932917640ac02e2627699083c23e73b2c07b5 100644 (file)
@@ -913,7 +913,7 @@ void PLModel::sort( int column, Qt::SortOrder order )
                                         order == Qt::AscendingOrder ?
                                             ORDER_NORMAL : ORDER_REVERSE );
     }
-    PL_UNLOCK
+    PL_UNLOCK;
     rebuild();
 }