[vlc-commits] macosx: compilation fix

Felix Paul Kühne git at videolan.org
Thu Oct 3 20:42:04 CEST 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Oct  3 20:41:04 2013 +0200| [a864c9daded5baf4ca75cd7d28bedeab44adba90] | committer: Felix Paul Kühne

macosx: compilation fix

Compile before you commit...

(cherry picked from commit 7ea540cd73ce76610035ca7231bd78c3f873c36c)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=a864c9daded5baf4ca75cd7d28bedeab44adba90
---

 modules/gui/macosx/playlist.m |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index 950cf31..a6e21e4 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -418,6 +418,7 @@
     BOOL b_selected_item_met;
     BOOL b_isSortDescending;
     id o_tc_sortColumn;
+    NSInteger retainedRowSelection;
 }
 
 - (void)saveTableColumns;



More information about the vlc-commits mailing list