From 99a1f47c1e9847f0e7e5605ee1b442857f34b7f0 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 22 Apr 2009 12:14:13 +0000 Subject: [PATCH] fix the build break, thankes mikkopa for pointing out the quick change to address this. --- OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 927cda7c5d..d805612cae 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs @@ -1031,6 +1031,8 @@ namespace OpenSim.Client.VWoHTTP.ClientStack throw new System.NotImplementedException(); } + public event PlacesQuery OnPlacesQuery; + #endregion } }