Преглед изворни кода

maxwell_3d: Make constructor explicit

Lioncash пре 8 година
родитељ
комит
490d0e36a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/video_core/engines/maxwell_3d.h

+ 1 - 1
src/video_core/engines/maxwell_3d.h

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