added missing const to GetWindowTitle

pull/8/head
bunnei 11 years ago
parent 9527fc74ad
commit 7b3cde1f3a

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

Loading…
Cancel
Save