Commit 7fb3b292 authored by Benjamin Pracht's avatar Benjamin Pracht

int -> bool

lalala
parent 97c19f23
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* playlist.h: MacOS X interface plugin * playlist.h: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2004 VideoLAN * Copyright (C) 2002-2004 VideoLAN
* $Id: playlist.h,v 1.18 2004/01/14 18:45:45 bigben Exp $ * $Id: playlist.h,v 1.19 2004/01/15 23:59:21 bigben Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Derk-Jan Hartman <hartman at videolan dot org> * Derk-Jan Hartman <hartman at videolan dot org>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
@interface VLCPlaylist : NSObject @interface VLCPlaylist : NSObject
{ {
int i_moveRow; int i_moveRow;
int b_isSortDescending; bool b_isSortDescending;
IBOutlet id o_window; IBOutlet id o_window;
IBOutlet id o_btn_playlist; IBOutlet id o_btn_playlist;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment