Skip to content
Snippets Groups Projects
Commit d4bcd006 authored by Lioncash's avatar Lioncash
Browse files

video_core/memory_manager: Mark the constructor as explicit

Prevents implicit converting constructions of the memory manager.
parent fd127889
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ struct VirtualMemoryArea {
class MemoryManager final {
public:
MemoryManager(VideoCore::RasterizerInterface& rasterizer);
explicit MemoryManager(VideoCore::RasterizerInterface& rasterizer);
~MemoryManager();
GPUVAddr AllocateSpace(u64 size, u64 align);
......
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