diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/frontend/emu_window.h | 3 |
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: | |||
| 169 | * For the request to be honored, EmuWindow implementations will usually reimplement this | 169 | * For the request to be honored, EmuWindow implementations will usually reimplement this |
| 170 | * function. | 170 | * function. |
| 171 | */ | 171 | */ |
| 172 | virtual void OnMinimalClientAreaChangeRequest( | 172 | virtual void OnMinimalClientAreaChangeRequest(std::pair<unsigned, unsigned>) { |
| 173 | const std::pair<unsigned, unsigned>& minimal_size) { | ||
| 174 | // By default, ignore this request and do nothing. | 173 | // By default, ignore this request and do nothing. |
| 175 | } | 174 | } |
| 176 | 175 | ||