ASE: Delete Material default constructor

pull/1732/head
Turo Lamminen 2018-01-23 20:20:37 +02:00
parent 209966ef35
commit f2ec3eeeb8
1 changed files with 2 additions and 5 deletions

View File

@ -67,11 +67,8 @@ using namespace D3DS;
/** Helper structure representing an ASE material */
struct Material : public D3DS::Material
{
//! Default constructor
Material()
: pcInstance(NULL)
, bNeed (false)
{}
//! Default constructor has been deleted
Material() = delete;
//! Constructor with explicit name