Skip to content
Snippets Groups Projects
Commit a5f88abb authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-381

Checker: UNINIT_CTOR
Function: LLFloaterAnimPreview::LLFloaterAnimPreview(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llfloateranimpreview.cpp
parent d91225b6
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,6 @@ class LLFloaterAnimPreview : public LLFloaterNameDesc ...@@ -127,7 +127,6 @@ class LLFloaterAnimPreview : public LLFloaterNameDesc
LLRectf mPreviewImageRect; LLRectf mPreviewImageRect;
LLAssetID mMotionID; LLAssetID mMotionID;
LLTransactionID mTransactionID; LLTransactionID mTransactionID;
BOOL mEnabled;
LLAnimPauseRequest mPauseRequest; LLAnimPauseRequest mPauseRequest;
std::map<std::string, LLUUID> mIDList; std::map<std::string, LLUUID> mIDList;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment