Tweak initializer order to silence a gcc warning (now treated as error)

master
Josh Bell 2007-06-22 20:56:24 +00:00
parent dd247cbad5
commit 7235476025
1 changed files with 1 additions and 1 deletions

View File

@ -142,9 +142,9 @@ LLAssetRequest::LLAssetRequest(const LLUUID &uuid, const LLAssetType::EType type
mHost(),
mIsTemp( FALSE ),
mIsLocal(FALSE),
mIsPriority(FALSE),
mIsUserWaiting(FALSE),
mTimeout(LL_ASSET_STORAGE_TIMEOUT),
mIsPriority(FALSE),
mDataSentInFirstPacket(FALSE),
mDataIsInVFS( FALSE )
{