Skip to content

Commit

Permalink
Changed visibility of MaterialRadioButton to public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Catap committed Nov 22, 2018
1 parent c84cb11 commit f75cc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XF.Material/XF.Material.Forms/UI/MaterialRadioButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace XF.Material.Forms.UI
{
internal class MaterialRadioButton : BaseMaterialSelectionControl
public class MaterialRadioButton : BaseMaterialSelectionControl
{
public MaterialRadioButton() : base(MaterialSelectionControlType.RadioButton) { }
}
Expand Down

0 comments on commit f75cc72

Please sign in to comment.