[vlc-devel] commit: macosx: fix compilation error introduced in [ 5c30d75fcc257c8479e2d03f12b634b7fb87c3d5] (Derk-Jan Hartman )

git version control git at videolan.org
Fri Apr 10 21:33:33 CEST 2009


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Fri Apr 10 21:33:15 2009 +0200| [32dccae02f6e335a72f8d13dc426fed76f64a743] | committer: Derk-Jan Hartman 

macosx: fix compilation error introduced in [5c30d75fcc257c8479e2d03f12b634b7fb87c3d5]

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

 modules/gui/macosx/intf.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.h b/modules/gui/macosx/intf.h
index c2efac9..77e2b80 100644
--- a/modules/gui/macosx/intf.h
+++ b/modules/gui/macosx/intf.h
@@ -90,7 +90,7 @@ static void MsgCallback( msg_cb_data_t *, msg_item_t *, unsigned );
  *****************************************************************************/
 @class AppleRemote;
 @class VLCInformation;
- at class VLControllerWindow;
+ at class VLCControllerWindow;
 @class VLCEmbeddedWindow;
 @class VLCControls;
 @class VLCPlaylist;




More information about the vlc-devel mailing list