Skip to content

Commit

Permalink
Actually renamed tag to tagName
Browse files Browse the repository at this point in the history
  • Loading branch information
myell0w committed Apr 10, 2012
1 parent 048ee79 commit a9cbb7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RaptureXML/RXMLElement.h
Expand Up @@ -29,8 +29,8 @@
//

#import <Foundation/Foundation.h>
#import <libxml2/libxml/xmlreader.h>
#import <libxml2/libxml/xmlmemory.h>
#import <libxml/xmlreader.h>
#import <libxml/xmlmemory.h>

@class RXMLElement;

Expand Down
2 changes: 1 addition & 1 deletion RaptureXML/RXMLElement.m
Expand Up @@ -146,7 +146,7 @@ - (NSString *)description {
#pragma mark - Getter
////////////////////////////////////////////////////////////////////////

- (NSString *)tag {
- (NSString *)tagName {
return [NSString stringWithUTF8String:(const char *)node_->name];
}

Expand Down

0 comments on commit a9cbb7b

Please sign in to comment.