summaryrefslogtreecommitdiff
path: root/indra/llxml/llxmlparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llxml/llxmlparser.h')
-rw-r--r--indra/llxml/llxmlparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/llxmlparser.h b/indra/llxml/llxmlparser.h
index a5b210404f..c5025ef450 100644
--- a/indra/llxml/llxmlparser.h
+++ b/indra/llxml/llxmlparser.h
@@ -43,7 +43,7 @@ public:
virtual ~LLXmlParser();
// Parses entire file
- BOOL parseFile(const std::string &path);
+ bool parseFile(const std::string &path);
// Parses some input. Returns 0 if a fatal error is detected.
// The last call must have isFinal true;