Browse Source

added missing const to GetWindowTitle

pull/15/merge
bunnei 12 years ago
parent
commit
7b3cde1f3a
  1. 2
      src/common/emu_window.h

2
src/common/emu_window.h

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

Loading…
Cancel
Save