summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-05-25 22:50:20 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-05-26 05:54:13 +0200
commit37eaf39b4443305fd04b894abcfc09cd68c17087 (patch)
treebdf6b251afbae9f49a369e7cad7c82ed85fd4599 /src/core/frontend/emu_window.h
parentyuzu_cmd: Split emu_window OpenGL implementation into its own file (diff)
downloadyuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.tar
yuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.tar.gz
yuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.tar.bz2
yuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.tar.lz
yuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.tar.xz
yuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.tar.zst
yuzu-37eaf39b4443305fd04b894abcfc09cd68c17087.zip
Diffstat (limited to '')
-rw-r--r--src/core/frontend/emu_window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h
index e2c290dc1..4a9912641 100644
--- a/src/core/frontend/emu_window.h
+++ b/src/core/frontend/emu_window.h
@@ -169,8 +169,7 @@ private:
* For the request to be honored, EmuWindow implementations will usually reimplement this
* function.
*/
- virtual void OnMinimalClientAreaChangeRequest(
- const std::pair<unsigned, unsigned>& minimal_size) {
+ virtual void OnMinimalClientAreaChangeRequest(std::pair<unsigned, unsigned>) {
// By default, ignore this request and do nothing.
}