Skip to content
Snippets Groups Projects
Commit 563883c7 authored by Tom Fischer's avatar Tom Fischer
Browse files

[GL] MinimalBoundingSphere: Add explicit + final.

cppcheck message:
Class 'MinimalBoundingSphere' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
parent 26c25bf2
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