summaryrefslogtreecommitdiffstats
path: root/src/common/emu_window.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-11 02:10:18 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-11 02:10:18 +0200
commit95f237a086ec4a9c95f673c96dde72e87eb616c2 (patch)
tree02567879b41ecf28a59291f28b1ae138cc36a762 /src/common/emu_window.h
parentadded initial modules for setting up SysCall HLE (diff)
parentremoved scm_rev.h from version control (diff)
downloadyuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.tar
yuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.tar.gz
yuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.tar.bz2
yuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.tar.lz
yuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.tar.xz
yuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.tar.zst
yuzu-95f237a086ec4a9c95f673c96dde72e87eb616c2.zip
Diffstat (limited to 'src/common/emu_window.h')
-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:
m_client_area_height = val;
}
- std::string GetWindowTitle() {
+ std::string GetWindowTitle() const {
return m_window_title;
}