Skip to content

Commit

Permalink
[render] fix windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jan 9, 2025
1 parent 194adc8 commit cd20571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/render/910-viewer-imgui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DemoImguiDrawer : public vcl::imgui::ImguiDrawer<DerivedRenderer>
public:
using ParentDrawer::ParentDrawer;

virtual void onDraw(uint viewId) override
virtual void onDraw(vcl::uint viewId) override
{
// draw the scene
ParentDrawer::onDraw(viewId);
Expand Down

0 comments on commit cd20571

Please sign in to comment.