Skip to content

Commit 19adac8

Browse files
committed
Avoid using C++ keywords in parameter names
rdar://problem/42898878
1 parent 0a26113 commit 19adac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Parsing.subproj/CFXMLInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ typedef void* _CFXMLEntityPtr;
137137
typedef void* _CFXMLDTDPtr;
138138
typedef void* _CFXMLDTDNodePtr;
139139

140-
_CFXMLNodePtr _CFXMLNewNode(_CFXMLNamespacePtr _Nullable namespace, const char* name);
140+
_CFXMLNodePtr _CFXMLNewNode(_CFXMLNamespacePtr _Nullable name_space, const char* name);
141141
_CFXMLNodePtr _CFXMLCopyNode(_CFXMLNodePtr node, bool recursive);
142142

143143
_CFXMLDocPtr _CFXMLNewDoc(const unsigned char* version);

0 commit comments

Comments
 (0)