Fix Compile

This commit is contained in:
Lirusaito
2019-06-16 03:57:04 -04:00
parent 7dea17cdc7
commit 128d30bd4b

View File

@@ -160,7 +160,7 @@ void LLFloaterTeleportHistory::addEntry(std::string parcelName)
if (max_entries <= 0)
{
if (!max_entries)
mPlaces->clearRows();
mPlacesList->clearRows();
}
else while(num_entries >= max_entries)
{