Fix build, forgot to replace the variable names after renaming them.
This commit is contained in:
parent
78c12508e3
commit
57ec88b651
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user