Fix Mac build (again)

This commit is contained in:
2014-12-30 17:41:50 -05:00
parent 0b330432b4
commit 099a6a61b0
7 changed files with 21 additions and 21 deletions

View File

@@ -105,7 +105,7 @@ void setWindowFloating(sf::Window& win, bool floating) {
}
}
ModalSession::ModalSession(sf::Window& win) {
ModalSession::ModalSession(sf::Window& win, sf::Window& /*parent*/) {
sf::WindowHandle handle = win.getSystemHandle();
id nsHandle = id(handle);
if([nsHandle isKindOfClass: [NSWindow class]])