[vlc-commits] macosx: compilation fix
Felix Paul Kühne
git at videolan.org
Thu Oct 3 20:41:08 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Oct 3 20:41:04 2013 +0200| [7ea540cd73ce76610035ca7231bd78c3f873c36c] | committer: Felix Paul Kühne
macosx: compilation fix
Compile before you commit...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ea540cd73ce76610035ca7231bd78c3f873c36c
---
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