summaryrefslogtreecommitdiffstats
path: root/src/common/emu_window.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-11 02:02:30 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-11 02:04:38 +0200
commit7b3cde1f3ad827a32732f05959d1971ec0fc8cf2 (patch)
tree46a8165b2a44121147e717afeab5d474cdff3f68 /src/common/emu_window.h
parentfixed a bunch of errors in CMakeLists (diff)
downloadyuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.tar
yuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.tar.gz
yuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.tar.bz2
yuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.tar.lz
yuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.tar.xz
yuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.tar.zst
yuzu-7b3cde1f3ad827a32732f05959d1971ec0fc8cf2.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;
}