diff options
Diffstat (limited to 'vcl/osx/a11ywrapperradiogroup.h')
-rw-r--r-- | vcl/osx/a11ywrapperradiogroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11ywrapperradiogroup.h b/vcl/osx/a11ywrapperradiogroup.h index 98e5a5cf5789..6c576c866513 100644 --- a/vcl/osx/a11ywrapperradiogroup.h +++ b/vcl/osx/a11ywrapperradiogroup.h @@ -25,7 +25,7 @@ @interface AquaA11yWrapperRadioGroup : AquaA11yWrapper { } --(NSArray *)accessibilityAttributeNames; +- (NSArray*)accessibilityAttributeNames; @end #endif // INCLUDED_VCL_OSX_A11YWRAPPERRADIOGROUP_H |