Making access to wxWindow::AddPendingEvent in example.
commit5b526dae4ce3ea92397d1e159fd2b48181198215
authorMariusz Wasak <mawasak@wp.pl>
Wed, 6 Jan 2016 16:18:48 +0000 (6 17:18 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Jan 2016 09:35:25 +0000 (8 10:35 +0100)
tree06adf3adf07157da5b738fcf42bed5a4ef5ca65e
parent933424d7eddc11ed260cb3427f5316209b449ffb
Making access to wxWindow::AddPendingEvent in example.

AddPendingEvent is protected in wxWindow so orignial example code don't compile. Access to this method should be made by using wxWindow::GetEventHandler()

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
doc/libvlc/wx_player.cpp