Skip to content

Replace dynamic_cast by static_cast

Adam Reichold requested to merge (removed):no-cast-no-cry into master

Replace dynamic_cast by static_cast where we already perform the type checks explicitly before downcasting.

Closes #893 (closed)

Merge request reports