diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-17 00:51:13 +0100 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-17 20:45:34 +0200 |
| commit | 088f2f4f6545ebc2ee01945938a40ae5c87ad27a (patch) | |
| tree | d5638d04461f3a549f398ead86076069bced9ff9 /indra/llxml/llxmlparser.h | |
| parent | 17cb28ec2b4f290f7492eb9c765be114b0cd435f (diff) | |
More BOOL to bool replacements primarily in llappearance and llxml
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 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; |
