diff options
author | Dave Parks <davep@lindenlab.com> | 2022-02-23 16:04:49 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-02-23 16:04:49 -0600 |
commit | 65a28c5d7dc54dc9e263da4b19229fb5f86a1c62 (patch) | |
tree | 509d7c78a49ef9b9bc95c9b61eabbad8e33b7d64 /indra/newview/llinventorybridge.h | |
parent | 8ffe3b7b3047381f9c17d0f09757e921ffc246cb (diff) | |
parent | 8bd71fe6e8a83fe90abf4dfe3d881c2915ce7479 (diff) |
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index c21bfbd02d..0b0ef273e1 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -457,6 +457,7 @@ public: void checkSearchBySuffixChanges(); protected: LLCallingCardObserver* mObserver; + LLUUID mCreatorUUID; }; class LLNotecardBridge : public LLItemBridge |