LLViewerInventoryItem::LLViewerInventoryItem(const LLViewerInventoryItem* other) :
	LLInventoryItem()
{
	copyViewerItem(other);
	if (!mIsComplete)
	{
		llwarns << "LLViewerInventoryItem copy constructor for incomplete item"
			<< mUUID << llendl;
	}
}
Esempio n. 2
0
LLViewerInventoryItem::LLViewerInventoryItem(const LLViewerInventoryItem* other) :
	LLInventoryItem()
{
	copyViewerItem(other);
	// <edit>
	//if (!mIsComplete)
	//{
	//	llwarns << "LLViewerInventoryItem copy constructor for incomplete item"
	//		<< mUUID << llendl;
	//}
}