vlc | branch: master | Felix Paul Kühne <[email protected]> | Mon Sep 3 20:46:44 2012 +0200| [8b66194bf7edcbdf61d356b8fbca8e23f424045e] | committer: Felix Paul Kühne
macosx/StringUtility: move lost declaration > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b66194bf7edcbdf61d356b8fbca8e23f424045e --- modules/gui/macosx/StringUtility.h | 2 ++ modules/gui/macosx/intf.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/macosx/StringUtility.h b/modules/gui/macosx/StringUtility.h index 57db73c..c45b42a 100644 --- a/modules/gui/macosx/StringUtility.h +++ b/modules/gui/macosx/StringUtility.h @@ -32,6 +32,8 @@ * the translated string. the translation should be '1:translatedstring' though */ #define _ANS(s) [[[VLCStringUtility sharedInstance] localizedString: _(s)] substringFromIndex:2] +unsigned int CocoaKeyToVLC(unichar i_key); + @interface VLCStringUtility : NSObject + (VLCStringUtility *)sharedInstance; diff --git a/modules/gui/macosx/intf.h b/modules/gui/macosx/intf.h index bb52d88..30aef0d 100644 --- a/modules/gui/macosx/intf.h +++ b/modules/gui/macosx/intf.h @@ -47,8 +47,6 @@ /***************************************************************************** * Local prototypes. *****************************************************************************/ -unsigned int CocoaKeyToVLC( unichar i_key ); - #define VLCIntf [[VLCMain sharedInstance] intf] // You need to release those objects after use _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
