Skip to content

Commit

Permalink
Central Signals hub shouldn't be public
Browse files Browse the repository at this point in the history
Ooops! Thanks, John!
  • Loading branch information
yankooliveira authored Feb 13, 2019
1 parent cda55fa commit b1969ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Signals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface ISignal
/// </summary>
public static class Signals
{
public static SignalHub hub = new SignalHub();
private static readonly SignalHub hub = new SignalHub();

public static SType Get<SType>() where SType : ISignal, new()
{
Expand Down

0 comments on commit b1969ca

Please sign in to comment.