Haiku's BMessenger::SendMessage() only takes a pointer...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25296 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dc6d91a930
commit
f3ff69e413
@ -127,7 +127,7 @@ ShowImageStatusView::MouseDown(BPoint where)
|
||||
entry_ref ref;
|
||||
get_ref_for_path(path.Path(), &ref);
|
||||
msg.AddRef("refs", &ref);
|
||||
tracker.SendMessage(msg);
|
||||
tracker.SendMessage(&msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user