We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272d26d commit d1b762dCopy full SHA for d1b762d
smoke/main.cpp
@@ -57,7 +57,7 @@ class Smoke final : public system::IApplicationFramework
57
auto stringifiedIndex = std::to_string(i);
58
arg1 = "--json=" + stringifiedIndex;
59
arg3 = "device_" + stringifiedIndex + ".json";
60
- std::array<char*, 3> args = { arg1.data(), arg2.data(), arg3.data() };
+ std::array<const char*, 3> args = { arg1.data(), arg2.data(), arg3.data() };
61
62
int code = nbl::video::vulkaninfo(args);
63
0 commit comments