diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-06 11:06:20 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-06 11:06:20 -0500 |
commit | a4d5e38535f1a749011d849e93b8b0010933fdf4 (patch) | |
tree | ea08588cf189d40525967fd1f7a1db3798aa69ce /indra/newview/llimview.h | |
parent | 09c01c4e925833873a83665fe0642637b65e547e (diff) |
STORM-826 (workaround): correct mixed and dos-style line endings
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index e765a8da2f..a15776c207 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -100,7 +100,7 @@ public: void onAvatarNameCache(const LLUUID& avatar_id, const LLAvatarName& av_name); - void onAdHocNameCache(const LLAvatarName& av_name);
+ void onAdHocNameCache(const LLAvatarName& av_name); //*TODO make private static std::string generateHash(const std::set<LLUUID>& sorted_uuids); |