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:
@@ -57,7 +57,7 @@ public:
|
|||||||
|
|
||||||
void LayoutItems(bool force = false);
|
void LayoutItems(bool force = false);
|
||||||
BRect LayoutArea();
|
BRect LayoutArea();
|
||||||
BLayoutContext* LayoutContext();
|
BLayoutContext* LayoutContext() const;
|
||||||
|
|
||||||
// Archiving methods
|
// Archiving methods
|
||||||
|
|
||||||
|
|||||||
@@ -558,7 +558,7 @@ BLayout::ResetLayoutInvalidation()
|
|||||||
|
|
||||||
|
|
||||||
BLayoutContext*
|
BLayoutContext*
|
||||||
BLayout::LayoutContext()
|
BLayout::LayoutContext() const
|
||||||
{
|
{
|
||||||
return fContext;
|
return fContext;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user