aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llurl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llurl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llurl.cpp b/linden/indra/newview/llurl.cpp
index 3226eb8..c4b84c3 100644
--- a/linden/indra/newview/llurl.cpp
+++ b/linden/indra/newview/llurl.cpp
@@ -57,7 +57,7 @@ LLURL::LLURL(const char * url)
57 57
58LLURL::~LLURL() 58LLURL::~LLURL()
59{ 59{
60 free(); 60 cleanup();
61} 61}
62 62
63void LLURL::init(const char * url) 63void LLURL::init(const char * url)
@@ -140,7 +140,7 @@ void LLURL::init(const char * url)
140// llinfos << " Tag : <" << mTag << ">" << llendl; 140// llinfos << " Tag : <" << mTag << ">" << llendl;
141} 141}
142 142
143void LLURL::free() 143void LLURL::cleanup()
144{ 144{
145} 145}
146 146