Browse Source

class must be public and not internal

tags/Rel1
sebas77 6 years ago
parent
commit
410589bfd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Context/ContextNotifier.cs

+ 1
- 1
Context/ContextNotifier.cs View File

@@ -5,7 +5,7 @@ using WeakReferenceD = Svelto.DataStructures.WeakReference<Svelto.Context.IWaitF

namespace Svelto.Context
{
class ContextNotifier : IContextNotifer
public class ContextNotifier : IContextNotifer
{
public ContextNotifier()
{


Loading…
Cancel
Save