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 2e5e340f7b
commit 5a83dc2c8f
15 changed files with 92 additions and 74 deletions

View File

@@ -25,7 +25,7 @@
#ifndef _PreComp_
# ifdef FC_OS_WIN32
# include <windows.h>
# include <Windows.h>
# endif
# ifdef FC_OS_MACOSX
# include <OpenGL/gl.h>
@@ -55,7 +55,7 @@
using namespace MeshGui;
SO_NODE_SOURCE(SoPolygon);
SO_NODE_SOURCE(SoPolygon)
void SoPolygon::initClass()
{