Correct safe function

This commit is contained in:
Pcornat 2025-05-30 23:02:10 +02:00
commit 32b6c523c3
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 3 additions and 12 deletions

View file

@ -111,7 +111,7 @@ namespace gui {
glfwMakeContextCurrent(wwindow.get());
}
std::optional<Window> create_window(
std::optional<Window> Window::create_window(
const GLFWerrorfun errorCallback,
const GLFWframebuffersizefun framebufferCallback,
const bool debugOpengl,