diff options
author | James Cook <james@lindenlab.com> | 2008-05-20 23:24:16 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2008-05-20 23:24:16 +0000 |
commit | 2b863df7c8fdede8db5d30349f7778d9f7897e28 (patch) | |
tree | f08321bc46b7cd61ee756d33a3d0793a73c6b6ab /indra/newview/llpanelplace.h | |
parent | 38558960978a0741dd9c79c4c7a108b8a1f99eff (diff) |
svn merge -r87877:87878 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-ui/maint-ui-12-qa-5 which is the last iteration of the maint-ui series of branches. Future work will be in featurettes.
Diffstat (limited to 'indra/newview/llpanelplace.h')
-rw-r--r-- | indra/newview/llpanelplace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelplace.h b/indra/newview/llpanelplace.h index c473900693..7a09f5cca6 100644 --- a/indra/newview/llpanelplace.h +++ b/indra/newview/llpanelplace.h @@ -74,6 +74,8 @@ public: const LLVector3d& pos_global); static void processParcelInfoReply(LLMessageSystem* msg, void**); + LLTextureCtrl *getSnapshotCtrl() const { return mSnapshotCtrl; } + protected: static void onClickTeleport(void* data); static void onClickMap(void* data); |