Skip to content
Snippets Groups Projects
Unverified Commit 490d0e36 authored by Lioncash's avatar Lioncash
Browse files

maxwell_3d: Make constructor explicit

parent af8ae770
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ namespace Engines {
class Maxwell3D final {
public:
Maxwell3D(MemoryManager& memory_manager);
explicit Maxwell3D(MemoryManager& memory_manager);
~Maxwell3D() = default;
/// Write the value to the register identified by method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment