mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-15 01:22:39 +00:00
added missing const to GetWindowTitle
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
m_client_area_height = val;
|
||||
}
|
||||
|
||||
std::string GetWindowTitle() {
|
||||
std::string GetWindowTitle() const {
|
||||
return m_window_title;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user