1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 05:26:40 -05:00

Merge pull request #189 from lioncash/misc

maxwell_3d: Make constructor explicit
This commit is contained in:
bunnei
2018-02-14 00:49:03 -05:00
committed by GitHub

View File

@@ -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.