diff options
Diffstat (limited to 'vcl/osx/a11ywrappercheckbox.h')
-rw-r--r-- | vcl/osx/a11ywrappercheckbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/osx/a11ywrappercheckbox.h b/vcl/osx/a11ywrappercheckbox.h index 6f20a888b271..80c37b1dcaad 100644 --- a/vcl/osx/a11ywrappercheckbox.h +++ b/vcl/osx/a11ywrappercheckbox.h @@ -25,9 +25,9 @@ @interface AquaA11yWrapperCheckBox : AquaA11yWrapper { } --(id)valueAttribute; --(BOOL)accessibilityIsAttributeSettable:(NSString *)attribute; --(NSArray *)accessibilityAttributeNames; +- (id)valueAttribute; +- (BOOL)accessibilityIsAttributeSettable:(NSString*)attribute; +- (NSArray*)accessibilityAttributeNames; @end #endif // INCLUDED_VCL_OSX_A11YWRAPPERCHECKBOX_H |