Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for compiler warning on OSX-10.9.5 with Xcode-6.1.1 #23

Open
githotto opened this issue Mar 20, 2015 · 0 comments
Open

Fix for compiler warning on OSX-10.9.5 with Xcode-6.1.1 #23

githotto opened this issue Mar 20, 2015 · 0 comments

Comments

@githotto
Copy link

Great project by the way!

On OSX-Maverick with Xcode-6.1.1 I get the following compiler warning in KxMenu.m:
"Undeclared selector 'dismissMenu:'"

this can be fixed by adding the forward definition dismissMenu on line 48 in KxMenu.m:

@interface KxMenuView : UIView
- (void)dismissMenu:(BOOL) animated;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant