Skip to content

Commit

Permalink
Hotfix: Make RibbonRegionAdapters ctor public
Browse files Browse the repository at this point in the history
  • Loading branch information
Pretasoc authored Jun 11, 2018
1 parent 865b24b commit 14a45ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phirSOFT.FluentPrismAdapters/RibbonRegionAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace phirSOFT.FluentPrismAdapters
{
public class RibbonRegionAdapter : TopologicalSortedRegionAdapterBase<Ribbon>
{
protected RibbonRegionAdapter(IRegionBehaviorFactory regionBehaviorFactory) : base(regionBehaviorFactory)
public RibbonRegionAdapter(IRegionBehaviorFactory regionBehaviorFactory) : base(regionBehaviorFactory)
{
}

Expand All @@ -33,4 +33,4 @@ protected override IList GetItemCollection(Ribbon container, DependencyObject it
return null;
}
}
}
}

0 comments on commit 14a45ff

Please sign in to comment.