Made it use addresses
This commit is contained in:
@@ -214,7 +214,7 @@ PhysicalInstance::~PhysicalInstance(void)
|
||||
}
|
||||
|
||||
|
||||
void PhysicalInstance::PropUpdate(LPPROPGRIDITEM item)
|
||||
void PhysicalInstance::PropUpdate(LPPROPGRIDITEM &item)
|
||||
{
|
||||
if(strcmp(item->lpszPropName, "Name") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user