mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-23 18:19:21 +01:00
added missing const to GetWindowTitle
This commit is contained in:
parent
9527fc74ad
commit
7b3cde1f3a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user