Fix compile

This commit is contained in:
Lirusaito
2019-02-15 18:51:45 -05:00
parent 48541479fb
commit 323c0a7e1e

View File

@@ -920,7 +920,7 @@ void FloaterLocalAssetBrowser::UpdateRightSide()
if (const auto& selected = mBitmapList->getFirstSelected())
{
LocalBitmap* unit = gLocalBrowser->GetBitmapUnit(LLUUID(selected->getColumn(BITMAPLIST_COL_ID)->getValue()));
LocalBitmap* unit = gLocalBrowser->GetBitmapUnit(LLUUID(selected->getColumn(BITMAPLIST_COL_ID)->getValue().asString()));
if ( unit )
{
mTextureView->setImageAssetID(unit->getID());