Update BView::DrawAfterChildren() param name

... from r to updateRect, no functional change intended.

Also a tiny change to the param description in the docs.
This commit is contained in:
John Scipione
2013-11-06 13:14:53 -05:00
parent 2f746eafdc
commit 45e17d3d42
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ public:
virtual status_t Perform(perform_code code, void* data);
virtual void DrawAfterChildren(BRect r);
virtual void DrawAfterChildren(BRect updateRect);
// layout related