Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Uh oh, typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Apr 22, 2013
1 parent 0f02653 commit 9945636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LegacyBar.Library/BarActions/LegacyBarMenuItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public IMenuItem SetVisible(bool visible)
throw new NotImplementedException();
}

#if __ANDROID_14_
#if __ANDROID_14__
public IMenuItem SetOnActionExpandListener(IMenuItemOnActionExpandListener listener)
{
throw new NotImplementedException();
Expand Down

0 comments on commit 9945636

Please sign in to comment.