File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class context : public ruis::render::context
3232 GLuint default_framebuffer;
3333
3434public:
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 ======
You can’t perform that action at this time.
0 commit comments