summaryrefslogtreecommitdiff
path: root/vcl/ios/source/app/salsys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/ios/source/app/salsys.cxx')
-rw-r--r--vcl/ios/source/app/salsys.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/ios/source/app/salsys.cxx b/vcl/ios/source/app/salsys.cxx
index 1baf357d85a9..9db87a538b9c 100644
--- a/vcl/ios/source/app/salsys.cxx
+++ b/vcl/ios/source/app/salsys.cxx
@@ -155,6 +155,8 @@ static NSString* getStandardString( int nButtonId )
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
{
+ (void) alertView;
+
*_resultPtr = buttonIndex;
}
@end