Added an extra const of consistency
This commit is contained in:
parent
643e1c9be1
commit
a28a901539
2 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ void
|
|||
TimelineLayoutHelper::layout_headers_recursive(
|
||||
TrackTree::iterator_base parent_iterator,
|
||||
int &offset, const int header_width, const int indent_width,
|
||||
const int depth, bool parent_expanded)
|
||||
const int depth, const bool parent_expanded)
|
||||
{
|
||||
REQUIRE(depth >= 0);
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ protected:
|
|||
void layout_headers_recursive(
|
||||
TrackTree::iterator_base parent_iterator,
|
||||
int &offset, const int header_width, const int indent_width,
|
||||
const int depth, bool parent_expanded);
|
||||
const int depth, const bool parent_expanded);
|
||||
|
||||
/**
|
||||
* A helper function which calls lookup_timeline_track within the
|
||||
|
|
|
|||
Loading…
Reference in a new issue