comparison base/PropertyContainer.cpp @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 576be7933ec7
children 70e172e6cc59
comparison
equal deleted inserted replaced
1428:87ae75da6527 1429:48e9f538e6e9
221 value = i; 221 value = i;
222 return true; 222 return true;
223 } 223 }
224 224
225 PropertyContainer::SetPropertyCommand::SetPropertyCommand(PropertyContainer *pc, 225 PropertyContainer::SetPropertyCommand::SetPropertyCommand(PropertyContainer *pc,
226 const PropertyName &pn, 226 const PropertyName &pn,
227 int value) : 227 int value) :
228 m_pc(pc), 228 m_pc(pc),
229 m_pn(pn), 229 m_pn(pn),
230 m_value(value), 230 m_value(value),
231 m_oldValue(0) 231 m_oldValue(0)
232 { 232 {