diff --git a/Programs/examples/TestClient/Commands/Estate/GetEstateCovenantCommand.cs b/Programs/examples/TestClient/Commands/Estate/GetEstateCovenantCommand.cs index e14d2290..ed907e8a 100644 --- a/Programs/examples/TestClient/Commands/Estate/GetEstateCovenantCommand.cs +++ b/Programs/examples/TestClient/Commands/Estate/GetEstateCovenantCommand.cs @@ -7,7 +7,7 @@ namespace OpenMetaverse.TestClient { public class GetEstateCovenantCommand : Command { - AutoResetEvent waitEvent = new AutoResetEvent(false); + private readonly AutoResetEvent waitEvent = new AutoResetEvent(false); private static StringBuilder result = new StringBuilder(); public GetEstateCovenantCommand(TestClient client)