diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-07 00:10:50 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-07 00:10:50 -0800 |
commit | bb322a1cccd3fab28951ad4e11b5edcfc4e48140 (patch) | |
tree | fc6ac102b42ea1fd40c0be8e849acedfe4ad1367 /indra/llmessage/llcachename.h | |
parent | 42a60e6ca5f4179738fa9a7376d1e842bc058ac4 (diff) |
CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the legacy protocol in settings.xml
Diffstat (limited to 'indra/llmessage/llcachename.h')
-rw-r--r-- | indra/llmessage/llcachename.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcachename.h b/indra/llmessage/llcachename.h index b108e37157..d238c3a247 100644 --- a/indra/llmessage/llcachename.h +++ b/indra/llmessage/llcachename.h @@ -40,7 +40,7 @@ typedef boost::signals2::signal<void (const LLUUID& id, bool is_group)> LLCacheNameSignal; typedef LLCacheNameSignal::slot_type LLCacheNameCallback; -// Old callback with user data for compatability +// Old callback with user data for compatibility typedef void (*old_callback_t)(const LLUUID&, const std::string&, bool, void*); // Here's the theory: |