From a9cbb7b01aba0d5f2cd1d4d6b7d956072aeb5523 Mon Sep 17 00:00:00 2001 From: Matthias Tretter Date: Tue, 10 Apr 2012 23:37:10 +0200 Subject: [PATCH] Actually renamed tag to tagName --- RaptureXML/RXMLElement.h | 4 ++-- RaptureXML/RXMLElement.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RaptureXML/RXMLElement.h b/RaptureXML/RXMLElement.h index 71fbd6b..5d3d1ef 100644 --- a/RaptureXML/RXMLElement.h +++ b/RaptureXML/RXMLElement.h @@ -29,8 +29,8 @@ // #import -#import -#import +#import +#import @class RXMLElement; diff --git a/RaptureXML/RXMLElement.m b/RaptureXML/RXMLElement.m index f91f0a1..1c8a91e 100644 --- a/RaptureXML/RXMLElement.m +++ b/RaptureXML/RXMLElement.m @@ -146,7 +146,7 @@ - (NSString *)description { #pragma mark - Getter //////////////////////////////////////////////////////////////////////// -- (NSString *)tag { +- (NSString *)tagName { return [NSString stringWithUTF8String:(const char *)node_->name]; }