Rename the resizingMask parameter of the BDragger constructor to resizingMode matching the BeBook.

This commit is contained in:
John Scipione
2012-12-21 21:22:54 -05:00
parent ceaf7141fa
commit aabb148183
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace BPrivate {
class BDragger : public BView {
public:
BDragger(BRect bounds, BView* target,
uint32 resizingMask = B_FOLLOW_NONE,
uint32 resizingMode = B_FOLLOW_NONE,
uint32 flags = B_WILL_DRAW);
BDragger(BMessage* data);
virtual ~BDragger();