diff options
Diffstat (limited to 'linden/indra/newview/llpanelplace.h')
-rw-r--r-- | linden/indra/newview/llpanelplace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelplace.h b/linden/indra/newview/llpanelplace.h index 9ca008a..df53013 100644 --- a/linden/indra/newview/llpanelplace.h +++ b/linden/indra/newview/llpanelplace.h | |||
@@ -74,6 +74,8 @@ public: | |||
74 | const LLVector3d& pos_global); | 74 | const LLVector3d& pos_global); |
75 | static void processParcelInfoReply(LLMessageSystem* msg, void**); | 75 | static void processParcelInfoReply(LLMessageSystem* msg, void**); |
76 | 76 | ||
77 | LLTextureCtrl *getSnapshotCtrl() const { return mSnapshotCtrl; } | ||
78 | |||
77 | protected: | 79 | protected: |
78 | static void onClickTeleport(void* data); | 80 | static void onClickTeleport(void* data); |
79 | static void onClickMap(void* data); | 81 | static void onClickMap(void* data); |