fix the build break, thankes mikkopa for pointing out the quick change

to address this.
0.6.5-rc1
Sean Dague 2009-04-22 12:14:13 +00:00
parent d6b62b677c
commit 99a1f47c1e
1 changed files with 2 additions and 0 deletions

View File

@ -1031,6 +1031,8 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
throw new System.NotImplementedException();
}
public event PlacesQuery OnPlacesQuery;
#endregion
}
}