Skip to content
Snippets Groups Projects
Commit 60a90a39 authored by Lava Block's avatar Lava Block
Browse files

fix warning

parent 432465f6
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,8 @@ namespace lava {
if (!device)
return nullptr;
return device.get();
auto ptr = device.get();
return ptr;
}
device_manager manager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment