Commit 8b66194b authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/StringUtility: move lost declaration

parent 234c3fab
......@@ -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;
......
......@@ -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
......
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