Skip to content
Snippets Groups Projects
Commit 7b3cde1f authored by bunnei's avatar bunnei
Browse files

added missing const to GetWindowTitle

parent 9527fc74
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public:
m_client_area_height = val;
}
std::string GetWindowTitle() {
std::string GetWindowTitle() const {
return m_window_title;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment