diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llurlhistory.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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.h | 4 |
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 | { |
41 | public: | 41 | public: |
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 | ||