From 6bdcdafe1a22fd738a32acfb141d623f57296d0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Fri, 7 Mar 2008 11:58:41 +0100 Subject: [PATCH] Warning fix (my fault) --- modules/gui/qt4/components/playlist/playlist_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp index c7a5ff8f38..32d151ee7c 100644 --- a/modules/gui/qt4/components/playlist/playlist_model.cpp +++ b/modules/gui/qt4/components/playlist/playlist_model.cpp @@ -737,7 +737,7 @@ void PLModel::sort( int column, Qt::SortOrder order ) CHECK_COLUMN( DESCRIPTION ); CHECK_COLUMN( TRACKID ); -#undef CHECK_COLUMN; +#undef CHECK_COLUMN next: PL_LOCK; -- 2.39.2