Skip to content
Snippets Groups Projects
Commit d91d5f70 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

RoiDescriptor: mark methods final

Apart from the L1-related functions, none of the methods in the `RoiDescriptor` class
are ever overridden. Marking them as `final` may allow the compiler to
perform inlining in specific scenarios.

Relates to ATR-27858.
parent a56a921c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment