summaryrefslogtreecommitdiff
path: root/c++/window-opengl/gl_xcb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/window-opengl/gl_xcb.cpp')
-rw-r--r--c++/window-opengl/gl_xcb.cpp2
1 files changed, 1 insertions, 1 deletions
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<backend::gl_linux_xcb>::get_video_mode() const {
return window_->get_video_mode();
}
-const std::string_view gpu_window<backend::gl_linux_xcb>::title() const {
+const std::string_view gpu_window<backend::gl_linux_xcb>::get_title() const {
assert(window_);
if (window_) {
return window_->get_title();