diff options
Diffstat (limited to 'indra/newview/llpanelpick.h')
-rw-r--r-- | indra/newview/llpanelpick.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llpanelpick.h b/indra/newview/llpanelpick.h index db943f4eaf..15b0d6c541 100644 --- a/indra/newview/llpanelpick.h +++ b/indra/newview/llpanelpick.h @@ -122,6 +122,11 @@ protected: LLUUID mParcelId; std::string mSimName; + //These strings are used to keep non-wrapped text + std::string mName; + std::string mDesc; + std::string mLocation; + commit_callback_t mBackCb; }; |