From 59ea3e9dffc935e00cad2900bff3d3cf80ffbd5e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 19 Sep 2023 16:39:57 +0200 Subject: window-opengl: Fixing function call --- c++/window-opengl/gl_xcb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++') diff --git a/c++/window-opengl/gl_xcb.cpp b/c++/window-opengl/gl_xcb.cpp index 4d1d24f..5ea03f3 100644 --- a/c++/window-opengl/gl_xcb.cpp +++ b/c++/window-opengl/gl_xcb.cpp @@ -244,7 +244,7 @@ const video_mode &gpu_window::get_video_mode() const { return window_->get_video_mode(); } -const std::string_view gpu_window::title() const { +const std::string_view gpu_window::get_title() const { assert(window_); if (window_) { return window_->get_title(); -- cgit v1.2.3