Changeset 5d4b052965b669062a42fa905887921c1c07b342

Show
Ignore:
Timestamp:
29/05/07 11:56:20 (2 years ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1180432580 +0000
git-parent:

[417945c1c1523e7eaecfb3fbc922e15131fa1eef]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1180432580 +0000
Message:

python bindings, vlc_mediacontrol.c: cast the py_param variable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/python/vlc_mediacontrol.c

    r417945c r5d4b052  
    9191        self->mc = mediacontrol_new_from_instance( p_instance, exception ); 
    9292        Py_INCREF( py_param ); 
    93         self->vlc_instance = py_param; 
     93        self->vlc_instance = ( vlcInstance* ) py_param; 
    9494    } 
    9595    else