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

CID-440

Checker: UNINIT_CTOR
Function: LLPanelClassifiedInfo::LLPanelClassifiedInfo()
File: /indra/newview/llpanelclassified.cpp
parent 01e26f54
No related branches found
No related tags found
No related merge requests found
...@@ -1155,6 +1155,8 @@ LLPanelClassifiedInfo::LLPanelClassifiedInfo() ...@@ -1155,6 +1155,8 @@ LLPanelClassifiedInfo::LLPanelClassifiedInfo()
, mInfoLoaded(false) , mInfoLoaded(false)
, mScrollingPanel(NULL) , mScrollingPanel(NULL)
, mScrollContainer(NULL) , mScrollContainer(NULL)
, mScrollingPanelMinHeight(0)
, mScrollingPanelWidth(0)
{ {
} }
......
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