mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 09:07:56 -05:00
added missing const to GetWindowTitle
This commit is contained in:
@ -55,7 +55,7 @@ public:
|
|||||||
m_client_area_height = val;
|
m_client_area_height = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string GetWindowTitle() {
|
std::string GetWindowTitle() const {
|
||||||
return m_window_title;
|
return m_window_title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user