Changes between Version 2 and Version 3 of Ticket #12105, comment 3
- Timestamp:
- Jun 2, 2015, 6:55:51 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12105, comment 3
v2 v3 23 23 #!cpp 24 24 const entry_ref* modelRef = !TargetModel()->IsContainer() 25 && selectionList->ItemAt(0) == NULL25 && selectionList->ItemAt(0) != NULL 26 26 ? selectionList->ItemAt(0)->TargetModel()->EntryRef() 27 27 : TargetModel()->EntryRef();