diff options
Diffstat (limited to 'indra/newview/llurl.h')
-rw-r--r-- | indra/newview/llurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llurl.h b/indra/newview/llurl.h index 99f93b9213..8c77916aa0 100644 --- a/indra/newview/llurl.h +++ b/indra/newview/llurl.h @@ -71,7 +71,7 @@ public: virtual ~LLURL(); virtual void init (const char * url); - virtual void free (); + virtual void cleanup (); bool operator==(const LLURL &rhs) const; bool operator!=(const LLURL &rhs) const; |