diff options
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 | ||