Fixed compilation error
Former-commit-id: f6be1fa1b43082fa295c7dd95337475365f0c453
This commit is contained in:
parent
91f0b97142
commit
737f2a70bd
|
|
@ -19,7 +19,7 @@ class NAZARA_API NzContext : public NzResource
|
|||
friend NzContextImpl;
|
||||
|
||||
public:
|
||||
NzContext();
|
||||
NzContext() = default;
|
||||
~NzContext();
|
||||
|
||||
bool Create(const NzContextParameters& parameters = NzContextParameters());
|
||||
|
|
|
|||
Loading…
Reference in New Issue