Skip to content

Commit

Permalink
[render] fix msvc build error
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jan 9, 2025
1 parent 8d49e2a commit c178a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vclib/render/include/vclib/render/renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ class Renderer :
}
}

// Base case when there are no drawers
void callEventFunForDrawers(auto lambda)
{
}

/***** Member functions called by WindowManagerType *****/
// Documentation is in the Renderer::WM inner class

Expand Down

0 comments on commit c178a3f

Please sign in to comment.