aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lightshare.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lightshare.h')
-rw-r--r--linden/indra/newview/lightshare.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/lightshare.h b/linden/indra/newview/lightshare.h
index a76cd1b..2bf95c6 100644
--- a/linden/indra/newview/lightshare.h
+++ b/linden/indra/newview/lightshare.h
@@ -48,6 +48,10 @@ class WindlightMessage
48 WindlightMessage( LLMessageSystem* msg ); 48 WindlightMessage( LLMessageSystem* msg );
49 ~WindlightMessage(); 49 ~WindlightMessage();
50 static void processWindlight(LLMessageSystem* msg, void**); 50 static void processWindlight(LLMessageSystem* msg, void**);
51 static bool applyCallback(const LLSD& notification,
52 const LLSD& response,
53 WindlightMessage* wl);
54
51 bool apply(); 55 bool apply();
52 bool isValid(); 56 bool isValid();
53 57