aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldelayedgestureerror.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/lldelayedgestureerror.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lldelayedgestureerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lldelayedgestureerror.h b/linden/indra/newview/lldelayedgestureerror.h
index 9f8e9e0..e7e059f 100644
--- a/linden/indra/newview/lldelayedgestureerror.h
+++ b/linden/indra/newview/lldelayedgestureerror.h
@@ -61,10 +61,10 @@ private:
61 61
62 struct LLErrorEntry 62 struct LLErrorEntry
63 { 63 {
64 LLErrorEntry(const LLString& notify, const LLUUID &item) : mTimer(), mNotifyName(notify), mItemID(item) {} 64 LLErrorEntry(const std::string& notify, const LLUUID &item) : mTimer(), mNotifyName(notify), mItemID(item) {}
65 65
66 LLTimer mTimer; 66 LLTimer mTimer;
67 LLString mNotifyName; 67 std::string mNotifyName;
68 LLUUID mItemID; 68 LLUUID mItemID;
69 }; 69 };
70 70