aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/panelradar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/panelradar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/panelradar.h b/linden/indra/newview/panelradar.h
index 0152f26..8697bbc 100644
--- a/linden/indra/newview/panelradar.h
+++ b/linden/indra/newview/panelradar.h
@@ -99,10 +99,10 @@ private:
99 static void onClickAR(void *user_data); 99 static void onClickAR(void *user_data);
100 static void onClickEjectFromEstate(void *user_data); 100 static void onClickEjectFromEstate(void *user_data);
101 101
102 static void callbackFreeze(S32 option, void *user_data);
103 static void callbackEject(S32 option, void *user_data);
104 static void callbackAR(void *user_data); 102 static void callbackAR(void *user_data);
105 static void callbackEjectFromEstate(S32 option, void *user_data); 103 static bool callbackFreeze(const LLSD& notification, const LLSD& response, PanelRadar *self);
104 static bool callbackEject(const LLSD& notification, const LLSD& response, PanelRadar *self);
105 static bool callbackEjectFromEstate(const LLSD& notification, const LLSD& response, PanelRadar *self);
106 106
107 static void sendFreeze(const LLUUID &avatar, bool); 107 static void sendFreeze(const LLUUID &avatar, bool);
108 static void sendEject(const LLUUID &avatar, bool); 108 static void sendEject(const LLUUID &avatar, bool);