@@ -466,7 +466,7 @@ BNotification::CountOnClickRefs() const
|
||||
const entry_ref*
|
||||
BNotification::OnClickRefAt(int32 index) const
|
||||
{
|
||||
return (entry_ref*)fArgv.ItemAt(index);
|
||||
return (entry_ref*)fRefs.ItemAt(index);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user