Skip to content

Commit c9be97b

Browse files
committed
Correct program args
1 parent e200776 commit c9be97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/gfx/platform/apps/detect_monitors

libraries/gfx/platform/apps/detect_monitors/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using namespace morpheus;
66
using namespace morpheus::application::po;
77

88
// LCOV_EXCL_START
9-
int main(int /*argc*/, char* /*argv[]*/)
9+
int main(int /*argc*/, char*[] /*argv[]*/)
1010
{
1111
for (auto const& monitor : morpheus::gfx::os::enumerateMonitors())
1212
{

0 commit comments

Comments
 (0)