Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jun 12, 2024
1 parent 14b28c6 commit 426e238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruis/render/opengl/renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class renderer : public ruis::render::renderer
GLuint default_framebuffer;

public:
renderer(std::unique_ptr<factory> factory = std::make_unique<factory>());
renderer(std::unique_ptr<ruis::render::opengl::factory> factory = std::make_unique<ruis::render::opengl::factory>());

renderer(const renderer&) = delete;
renderer& operator=(const renderer&) = delete;
Expand Down

0 comments on commit 426e238

Please sign in to comment.