Forgot a ';'
parent
56d6e32b45
commit
b0c64d5cbf
|
|
@ -256,7 +256,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
LL_WARNS() << "Control " << name << " not found." << LL_ENDL;
|
||||
LL_WARNS_ONCE() << "Control " << name << " not found." << LL_ENDL;
|
||||
return T();
|
||||
}
|
||||
return convert_from_llsd<T>(value, type, name);
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ BOOL LLMediaDataClient::RetryTimer::tick()
|
|||
}
|
||||
|
||||
// Release the ref to the request.
|
||||
mRequest.reset()
|
||||
mRequest.reset();
|
||||
|
||||
// Don't fire again
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue