diff options
author | Jacek Antonelli | 2008-09-12 14:59:33 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-12 14:59:39 -0500 |
commit | 80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch) | |
tree | 170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/newview/llurl.h | |
parent | Second Life viewer sources 1.21.1-RC (diff) | |
download | meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2 meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz |
Second Life viewer sources 1.21.2-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llurl.h b/linden/indra/newview/llurl.h index 62ec437..7aae048 100644 --- a/linden/indra/newview/llurl.h +++ b/linden/indra/newview/llurl.h | |||
@@ -71,7 +71,7 @@ public: | |||
71 | virtual ~LLURL(); | 71 | virtual ~LLURL(); |
72 | 72 | ||
73 | virtual void init (const char * url); | 73 | virtual void init (const char * url); |
74 | virtual void free (); | 74 | virtual void cleanup (); |
75 | 75 | ||
76 | bool operator==(const LLURL &rhs) const; | 76 | bool operator==(const LLURL &rhs) const; |
77 | bool operator!=(const LLURL &rhs) const; | 77 | bool operator!=(const LLURL &rhs) const; |