Fix build, forgot to replace the variable names after renaming them.
This commit is contained in:
@@ -116,7 +116,7 @@ DraggerManager* DraggerManager::sDefaultInstance = NULL;
|
|||||||
BDragger::BDragger(BRect frame, BView* target, uint32 resizingMode,
|
BDragger::BDragger(BRect frame, BView* target, uint32 resizingMode,
|
||||||
uint32 flags)
|
uint32 flags)
|
||||||
:
|
:
|
||||||
BView(bounds, "_dragger_", resizeMask, flags),
|
BView(frame, "_dragger_", resizingMode, flags),
|
||||||
fTarget(target),
|
fTarget(target),
|
||||||
fRelation(TARGET_UNKNOWN),
|
fRelation(TARGET_UNKNOWN),
|
||||||
fShelf(NULL),
|
fShelf(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user