Fix compilation with OSX C++ lib
This commit is contained in:
parent
e1a9d5f71e
commit
bf84f5dcef
|
@ -165,7 +165,7 @@ void DisplayLine::trim(CharCount first_char, CharCount char_count)
|
||||||
compute_range();
|
compute_range();
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr BufferRange init_range{ {INT_MAX, INT_MAX}, {INT_MIN, INT_MIN} };
|
const BufferRange init_range{ {INT_MAX, INT_MAX}, {INT_MIN, INT_MIN} };
|
||||||
|
|
||||||
void DisplayLine::compute_range()
|
void DisplayLine::compute_range()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user