maxwell_3d: Make constructor explicit
This commit is contained in:
parent
af8ae770ef
commit
490d0e36a0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace Engines {
|
||||||
|
|
||||||
class Maxwell3D final {
|
class Maxwell3D final {
|
||||||
public:
|
public:
|
||||||
Maxwell3D(MemoryManager& memory_manager);
|
explicit Maxwell3D(MemoryManager& memory_manager);
|
||||||
~Maxwell3D() = default;
|
~Maxwell3D() = default;
|
||||||
|
|
||||||
/// Write the value to the register identified by method.
|
/// Write the value to the register identified by method.
|
||||||
|
|
Loading…
Reference in a new issue