diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 23:23:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:17 +0200 |
commit | 146a4ec3bdedede32fcc3a9b2039351dfe44b5db (patch) | |
tree | af434123bc7b48c866f74b515e9af71fd8561600 /vcl | |
parent | 65f2d5c9f7aab607e83a4876bca70c330850d345 (diff) |
-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
Change-Id: I530d742dce07f7f8521419a8fd3d736a3ca4ea53
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/source/a11y/aqua11ywrapperrow.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/a11y/aqua11ywrapperrow.mm b/vcl/aqua/source/a11y/aqua11ywrapperrow.mm index 446d6588bbdd..d62b3edb1ddb 100644 --- a/vcl/aqua/source/a11y/aqua11ywrapperrow.mm +++ b/vcl/aqua/source/a11y/aqua11ywrapperrow.mm @@ -28,7 +28,7 @@ @implementation AquaA11yWrapperRow : AquaA11yWrapper -(id)disclosingAttribute { - return NO; // TODO + return NULL; // TODO } -(NSArray *)accessibilityAttributeNames { |