aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llurlhistory.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/llurlhistory.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 'linden/indra/newview/llurlhistory.h')
-rw-r--r--linden/indra/newview/llurlhistory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llurlhistory.h b/linden/indra/newview/llurlhistory.h
index 05d81b1..df97e19 100644
--- a/linden/indra/newview/llurlhistory.h
+++ b/linden/indra/newview/llurlhistory.h
@@ -40,10 +40,10 @@ class LLURLHistory
40{ 40{
41public: 41public:
42 // Loads an xml file of URLs. Currently only supports Parcel URL history 42 // Loads an xml file of URLs. Currently only supports Parcel URL history
43 static bool loadFile(const LLString& filename); 43 static bool loadFile(const std::string& filename);
44 44
45 // Saves the current history to XML 45 // Saves the current history to XML
46 static bool saveFile(const LLString& filename); 46 static bool saveFile(const std::string& filename);
47 47
48 static LLSD getURLHistory(const std::string& collection); 48 static LLSD getURLHistory(const std::string& collection);
49 49