Applied patch by Maurice to fix Cortex' transport add-on selection, thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24207 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -273,7 +273,7 @@ MediaRoutingView::MessageDropped(BPoint point, BMessage *message)
|
||||
|
||||
|
||||
void
|
||||
MediaRoutingView::selectionChanged()
|
||||
MediaRoutingView::SelectionChanged()
|
||||
{
|
||||
D_METHOD(("MediaRoutingView::selectionChanged()\n"));
|
||||
_broadcastSelection();
|
||||
|
||||
@@ -181,7 +181,7 @@ public: // *** DiagramView impl
|
||||
BPoint point,
|
||||
BMessage *message);
|
||||
|
||||
virtual void selectionChanged();
|
||||
virtual void SelectionChanged();
|
||||
|
||||
public: // *** BView impl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user