diff options
author | Rider Linden <rider@lindenlab.com> | 2018-09-26 16:54:01 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-09-26 16:54:01 -0700 |
commit | b328c7384e46425e43aadb817bd794065ae1830c (patch) | |
tree | f81aaa843e7fa2d4ecd921a3e21a12c39c361aad /indra/newview/llfloatereditextdaycycle.h | |
parent | 78866b33a9f3a44db11a18245e8a37c834297a46 (diff) |
SL-9679: Record the asset id that the editor is expecting. If none set to null. If asset id recieved does not match expected throw it away.
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index 1e40a9dc6e..0d306961df 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -177,6 +177,8 @@ private: std::string mLastFrameSlider; bool mShiftCopyEnabled; + LLUUID mExpectingAssetId; + LLButton* mAddFrameButton; LLButton* mDeleteFrameButton; LLButton* mImportButton; |