Home
last modified time | relevance | path

Searched refs:optOther (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp144 const OptionProperty* optOther = dynamic_cast<const OptionProperty*>(other); in SetValue() local
145 if (optOther) { in SetValue()
146 return SetCurrentOptionID(optOther->CurrentOptionID()); in SetValue()