diff options
author | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
commit | 28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch) | |
tree | 069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/llcommon/llenum.h | |
parent | Second Life viewer sources 1.17.2.0 (diff) | |
download | meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2 meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz |
Second Life viewer sources 1.17.3.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llenum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llenum.h b/linden/indra/llcommon/llenum.h index 310ccd2..3e75a22 100644 --- a/linden/indra/llcommon/llenum.h +++ b/linden/indra/llcommon/llenum.h | |||
@@ -52,7 +52,7 @@ public: | |||
52 | } | 52 | } |
53 | } | 53 | } |
54 | 54 | ||
55 | const U32 operator[](std::string str) | 55 | U32 operator[](std::string str) |
56 | { | 56 | { |
57 | std::map<const std::string, const U32>::iterator itor; | 57 | std::map<const std::string, const U32>::iterator itor; |
58 | itor = mEnumMap.find(str); | 58 | itor = mEnumMap.find(str); |