ASE: Delete Material default constructor
parent
209966ef35
commit
f2ec3eeeb8
|
@ -67,11 +67,8 @@ using namespace D3DS;
|
||||||
/** Helper structure representing an ASE material */
|
/** Helper structure representing an ASE material */
|
||||||
struct Material : public D3DS::Material
|
struct Material : public D3DS::Material
|
||||||
{
|
{
|
||||||
//! Default constructor
|
//! Default constructor has been deleted
|
||||||
Material()
|
Material() = delete;
|
||||||
: pcInstance(NULL)
|
|
||||||
, bNeed (false)
|
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
//! Constructor with explicit name
|
//! Constructor with explicit name
|
||||||
|
|
Loading…
Reference in New Issue