ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int
commitde1aadee289722478c19f211f0fa3a38e7e66b6f
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 19 May 2015 08:11:18 +0000 (19 09:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 May 2015 08:11:18 +0000 (19 09:11 +0100)
treec8219fca7f48fd631197dd49eb58b40d72432a9c
parent89424ff32f5c106f90627c7abe019c81c716fd13
ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int

The type for openPanelDidEnd's returnCode argument should be NSInteger,
not int. This only matters for the OSX 10.5 code path where we pass
the method directly to an OSX function to call.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1431296361-16981-4-git-send-email-peter.maydell@linaro.org
ui/cocoa.m