diff options
Diffstat (limited to 'linden/indra/llxml/llcontrol.h')
-rw-r--r-- | linden/indra/llxml/llcontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llxml/llcontrol.h b/linden/indra/llxml/llcontrol.h index 2511940..91545ce 100644 --- a/linden/indra/llxml/llcontrol.h +++ b/linden/indra/llxml/llcontrol.h | |||
@@ -127,7 +127,7 @@ public: | |||
127 | { | 127 | { |
128 | mSignal(mValues.back()); | 128 | mSignal(mValues.back()); |
129 | } | 129 | } |
130 | BOOL llsd_compare(const LLSD& a, const LLSD& b); | 130 | bool llsd_compare(const LLSD& a, const LLSD& b); |
131 | }; | 131 | }; |
132 | 132 | ||
133 | //const U32 STRING_CACHE_SIZE = 10000; | 133 | //const U32 STRING_CACHE_SIZE = 10000; |