git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed the timeout from none to default timeout. Updated to use 10.2.8 SDK.
[ITFoundation.git]
/
ITXMLParser.m
diff --git
a/ITXMLParser.m
b/ITXMLParser.m
index
f96c384
..
b1931a9
100755
(executable)
--- a/
ITXMLParser.m
+++ b/
ITXMLParser.m
@@
-1,5
+1,4
@@
-#import "ITXMLParser.m"
-#import "ITXMLNode.m"
+#import "ITXMLParser.h"
@implementation ITXMLParser
@@
-15,7
+14,7
@@
{
if ( (self = [super init]) ) {
_source = [aString copy];
- _XMLPathSeparator = @"/"
+ _XMLPathSeparator = @"/"
;
}
}