Skip to content

Commit d1b762d

Browse files
committed
fix smoke error
1 parent 272d26d commit d1b762d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Smoke final : public system::IApplicationFramework
5757
auto stringifiedIndex = std::to_string(i);
5858
arg1 = "--json=" + stringifiedIndex;
5959
arg3 = "device_" + stringifiedIndex + ".json";
60-
std::array<char*, 3> args = { arg1.data(), arg2.data(), arg3.data() };
60+
std::array<const char*, 3> args = { arg1.data(), arg2.data(), arg3.data() };
6161

6262
int code = nbl::video::vulkaninfo(args);
6363

0 commit comments

Comments
 (0)