[Haiku-commits] r26542 - haiku/trunk/src/servers/app/drawing
Marcus Overhagen
marcusoverhagen at arcor.de
Mon Jul 21 14:58:50 CEST 2008
Stephan Assmus schrieb:
> Because some BRegion methods are not const when they should be. I am not
I think it's possible to have both const and non-const methods with the
same name and parameters, as const is used when creating the mangled
symbol name.
> sure how to change that without breaking binary compatibility. It is
Should work for all non virtual functions without breaking anything.
regards
Marcus
More information about the Haiku-commits
mailing list