Base/App: fix warnings from code analysers:
* convert old-style-casts to explicit C++ casts where possible * make some implicit conversions explicit
This commit is contained in:
@@ -35,7 +35,7 @@ using namespace App;
|
||||
//===========================================================================
|
||||
// Material
|
||||
//===========================================================================
|
||||
Material::Material(void)
|
||||
Material::Material()
|
||||
{
|
||||
setType(STEEL);
|
||||
setType(USER_DEFINED);
|
||||
|
||||
Reference in New Issue
Block a user