Skip to content
Snippets Groups Projects
Commit ea02a6a8 authored by Merov Linden's avatar Merov Linden
Browse files

EXP-1301 : Init some members that were not initialized correctly

parent 0f35bbbe
No related branches found
No related tags found
No related merge requests found
......@@ -723,7 +723,10 @@ LLToolBarButton::LLToolBarButton(const Params& p)
mId(""),
mIsEnabledSignal(NULL),
mIsRunningSignal(NULL),
mIsStartingSignal(NULL)
mIsStartingSignal(NULL),
mIsDragged(false),
mStartDragItemCallback(NULL),
mHandleDragItemCallback(NULL)
{
mButtonFlashRate = 0.0;
mButtonFlashCount = 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