Also made LayoutContext() const.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39526 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
df7309870f
commit
a9e89a7325
@ -57,7 +57,7 @@ public:
|
||||
|
||||
void LayoutItems(bool force = false);
|
||||
BRect LayoutArea();
|
||||
BLayoutContext* LayoutContext();
|
||||
BLayoutContext* LayoutContext() const;
|
||||
|
||||
// Archiving methods
|
||||
|
||||
|
@ -558,7 +558,7 @@ BLayout::ResetLayoutInvalidation()
|
||||
|
||||
|
||||
BLayoutContext*
|
||||
BLayout::LayoutContext()
|
||||
BLayout::LayoutContext() const
|
||||
{
|
||||
return fContext;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user