Correct safe function
This commit is contained in:
parent
aea1ee6822
commit
32b6c523c3
2 changed files with 3 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue