Home
last modified time | relevance | path

Searched hist:"4 c9e8f77e41aa097396649d45b86cf7a8358cf9b" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp4c9e8f77e41aa097396649d45b86cf7a8358cf9b Fri Jul 12 03:40:41 UTC 2019 Augustin Cavalier <waddlesplash@gmail.com> BootManager: Take explicit instead of implicit reference.

Passing a type& to a va-args turns it into a pointer as per
the Itanium ABI; but we shouldn't rely on such trickery.
Explicitly capture a reference to it instead.