synced to rev 1.9 and 1.4 from OpenTracker CVS

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-05-17 17:02:25 +00:00
parent 8cea73aade
commit 2c7fad579c
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ TBarView::ShowingClock() const
// #pragma mark - Drag and Drop
void
TBarView::CacheDragData(BMessage *incoming)
TBarView::CacheDragData(const BMessage *incoming)
{
if (!incoming)
return;

View File

@ -91,7 +91,7 @@ class TBarView : public BView {
void ShowClock(bool);
bool ShowingClock() const;
void CacheDragData(BMessage *incoming);
void CacheDragData(const BMessage *incoming);
status_t DragStart();
static bool MenuTrackingHook(BMenu *menu, void *castToThis);
void DragStop(bool full=false);