diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 17:39:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:04 +0100 |
commit | 37e887d1823ae08662866416a47b9cc3b975d625 (patch) | |
tree | 284e098d049ae7594e0d11f8d4d999187ca7d37f /extensions/source/macosx | |
parent | daa6a98549045b450a15fb8e9082ef531e668b77 (diff) |
Remove unused tag type name (that happens to be reserved) in typedef
Change-Id: I593e7f711c108b273f7a9d0bdcf90c84e97c4d29
Diffstat (limited to 'extensions/source/macosx')
-rw-r--r-- | extensions/source/macosx/spotlight/main.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/macosx/spotlight/main.m b/extensions/source/macosx/spotlight/main.m index d3c3f44c80c0..7bbf2c75cbe9 100644 --- a/extensions/source/macosx/spotlight/main.m +++ b/extensions/source/macosx/spotlight/main.m @@ -53,7 +53,7 @@ // typedefs // The layout for an instance of MetaDataImporterPlugIn -typedef struct __MetadataImporterPluginType +typedef struct { MDImporterInterfaceStruct *conduitInterface; CFUUIDRef factoryID; |