Fix build, forgot to replace the variable names after renaming them.

This commit is contained in:
John Scipione 2012-12-21 22:07:04 -05:00
parent 78c12508e3
commit 57ec88b651

View File

@ -116,7 +116,7 @@ DraggerManager* DraggerManager::sDefaultInstance = NULL;
BDragger::BDragger(BRect frame, BView* target, uint32 resizingMode,
uint32 flags)
:
BView(bounds, "_dragger_", resizeMask, flags),
BView(frame, "_dragger_", resizingMode, flags),
fTarget(target),
fRelation(TARGET_UNKNOWN),
fShelf(NULL),