summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 17:39:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-10 18:32:04 +0100
commit37e887d1823ae08662866416a47b9cc3b975d625 (patch)
tree284e098d049ae7594e0d11f8d4d999187ca7d37f /extensions
parentAvoid reserved identifiers (diff)
downloadcore-37e887d1823ae08662866416a47b9cc3b975d625.tar.gz
core-37e887d1823ae08662866416a47b9cc3b975d625.zip
Remove unused tag type name (that happens to be reserved) in typedef
Change-Id: I593e7f711c108b273f7a9d0bdcf90c84e97c4d29
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/macosx/spotlight/main.m2
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;