Skip to content

Commit 6da2772

Browse files
committed
stuff
1 parent 71192bf commit 6da2772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ruis/render/opengl/context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void GLAPIENTRY opengl_error_callback(
7272
} // namespace
7373
#endif
7474

75-
context::context(utki::shared_ref<ruis::native_window> native_window) :
75+
context::context(utki::shared_ref<ruis::render::native_window> native_window) :
7676
ruis::render::context(
7777
std::move(native_window),
7878
// clang-format off

src/ruis/render/opengl/context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class context : public ruis::render::context
3232
GLuint default_framebuffer;
3333

3434
public:
35-
context(utki::shared_ref<ruis::native_window> native_window);
35+
context(utki::shared_ref<ruis::render::native_window> native_window);
3636

3737
// ===============================
3838
// ====== factory functions ======

0 commit comments

Comments
 (0)