Skip to content

TrigNavigation: mark attachFeature as not thread-safe

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20220421T123002 into master

attachFeature and Holder::add use const-casts. Since we don't actually uses these methods anymore (but keep them for documentation purposes) we mark them as not thread-safe.

Merge request reports