1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-24 12:41:31 +01:00

added missing const to GetWindowTitle

This commit is contained in:
bunnei 2014-04-10 20:02:30 -04:00
parent 9527fc74ad
commit 7b3cde1f3a

View file

@ -55,7 +55,7 @@ public:
m_client_area_height = val;
}
std::string GetWindowTitle() {
std::string GetWindowTitle() const {
return m_window_title;
}