avoid several implicit conversions, replace several old C-casts, other minor changes

This commit is contained in:
wmayer
2019-09-18 23:27:54 +02:00
parent 54df95baa4
commit 2f59bb50eb
15 changed files with 92 additions and 74 deletions

View File

@@ -415,7 +415,7 @@ bool MeshRenderer::shouldRenderDirectly(bool direct)
// ----------------------------------------------------------------------------
SO_ENGINE_SOURCE(SoFCMaterialEngine);
SO_ENGINE_SOURCE(SoFCMaterialEngine)
SoFCMaterialEngine::SoFCMaterialEngine()
{
@@ -446,7 +446,7 @@ void SoFCMaterialEngine::evaluate()
// ----------------------------------------------------------------------------
SO_NODE_SOURCE(SoFCIndexedFaceSet);
SO_NODE_SOURCE(SoFCIndexedFaceSet)
void SoFCIndexedFaceSet::initClass()
{