diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-07-03 09:58:57 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-07-03 09:58:57 +0200 |
commit | 14e834b900426c6dfb742acee3e62d60fab46869 (patch) | |
tree | a93aa771d6e505e35524172e431857f64f7f4775 /src/window/xcb.h | |
parent | b6996385381485d9d829987d031557a8a7b0c557 (diff) |
c++,window: Fixed compilation issues for window.
Diffstat (limited to 'src/window/xcb.h')
-rw-r--r-- | src/window/xcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window/xcb.h b/src/window/xcb.h index c031cbd..f4e9b9a 100644 --- a/src/window/xcb.h +++ b/src/window/xcb.h @@ -67,7 +67,7 @@ private: own<conveyor_feeder<data<schema::WindowEvents>>> event_feeder = nullptr; public: - window(device<backend::linux_xcb>& dev_, xcb_window_t xcb_win, xcb_colormap_t xcb_colormap_, const video_mode& vid_mode_, std::string_view title_view_); + window(device<backend::linux_xcb>& dev_, xcb_window_t xcb_win, xcb_colormap_t xcb_colormap_, const video_mode& vid_mode_, const std::string_view& title_view_); ~window(); |