diff options
Diffstat (limited to 'indra/llxml/llxmlparser.h')
-rw-r--r-- | indra/llxml/llxmlparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/llxmlparser.h b/indra/llxml/llxmlparser.h index 3a8a927350..0f64def6df 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; |