diff options
Diffstat (limited to 'indra/newview/llviewerthrottle.h')
-rw-r--r-- | indra/newview/llviewerthrottle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerthrottle.h b/indra/newview/llviewerthrottle.h index 5a690139e9..28a24d04fc 100644 --- a/indra/newview/llviewerthrottle.h +++ b/indra/newview/llviewerthrottle.h @@ -58,7 +58,7 @@ class LLViewerThrottle public: LLViewerThrottle(); - void setMaxBandwidth(F32 kbits_per_second, BOOL from_event = FALSE); + void setMaxBandwidth(F32 kbits_per_second, bool from_event = false); void load(); void save() const; |