Skip to content

Commit

Permalink
Test clang tidy comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Feb 27, 2024
1 parent 2f4d2cb commit 9ca808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void draw_window(os::Window* window)

int app_main(int argc, char* argv[])
{
os::SystemRef system = os::make_system();
os::SystemRef const system = os::make_system();
system->setAppMode(os::AppMode::GUI);

os::WindowRef window = system->makeWindow(400, 300);
Expand Down

0 comments on commit 9ca808b

Please sign in to comment.