mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 21:48:35 +01:00
In hrev46796 I added two new private methods: _PreviousLineStart(), and _NextLineEnd() which increased the size of the class breaking binary compatability because I forgot to decrement the reserved array. This commit decrements the reserved array restoring the class size to the original size fixing the binary compat issue. Thanks Axel for noticing.