aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnetmap.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-13 01:54:12 -0700
committerMcCabe Maxsted2009-06-13 01:54:12 -0700
commitb31a6d0a43c2041c04ebe09c88f6ab3d10a5129a (patch)
treea6e90e2bca58b6b57abdc45b7ab5ad8742929a3d /linden/indra/newview/llnetmap.h
parentApplied Aimee's patch for VWR-13221: Allow panning of the mini-map (diff)
downloadmeta-impy-b31a6d0a43c2041c04ebe09c88f6ab3d10a5129a.zip
meta-impy-b31a6d0a43c2041c04ebe09c88f6ab3d10a5129a.tar.gz
meta-impy-b31a6d0a43c2041c04ebe09c88f6ab3d10a5129a.tar.bz2
meta-impy-b31a6d0a43c2041c04ebe09c88f6ab3d10a5129a.tar.xz
Added 'Show Map' option to the mini-map menu
Diffstat (limited to 'linden/indra/newview/llnetmap.h')
-rw-r--r--linden/indra/newview/llnetmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llnetmap.h b/linden/indra/newview/llnetmap.h
index 508e882..ef046d8 100644
--- a/linden/indra/newview/llnetmap.h
+++ b/linden/indra/newview/llnetmap.h
@@ -140,6 +140,12 @@ private:
140 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata); 140 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
141 }; 141 };
142 142
143 class LLShowWorldMap : public LLMemberListener<LLNetMap>
144 {
145 public:
146 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
147 };
148
143 class LLStopTracking : public LLMemberListener<LLNetMap> 149 class LLStopTracking : public LLMemberListener<LLNetMap>
144 { 150 {
145 public: 151 public: