summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/emu_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/emu_window.h b/src/common/emu_window.h
index 731784756..e70b99ec1 100644
--- a/src/common/emu_window.h
+++ b/src/common/emu_window.h
@@ -55,7 +55,7 @@ public:
55 m_client_area_height = val; 55 m_client_area_height = val;
56 } 56 }
57 57
58 std::string GetWindowTitle() { 58 std::string GetWindowTitle() const {
59 return m_window_title; 59 return m_window_title;
60 } 60 }
61 61