mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 21:19:09 +01:00
GCC considers the method chain one big function call, so pushes all parameters onto the stack before hand (something I discovered after quite a bit of debugging). In this case, layout->RightOf() returns NULL before the view is added, which caused the layout to become undefined.