diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llurlwhitelist.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llurlwhitelist.h')
-rw-r--r-- | linden/indra/newview/llurlwhitelist.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linden/indra/newview/llurlwhitelist.h b/linden/indra/newview/llurlwhitelist.h index 18ccf71..6f4289b 100644 --- a/linden/indra/newview/llurlwhitelist.h +++ b/linden/indra/newview/llurlwhitelist.h | |||
@@ -55,13 +55,12 @@ class LLUrlWhiteList | |||
55 | LLUrlWhiteList (); | 55 | LLUrlWhiteList (); |
56 | static LLUrlWhiteList* sInstance; | 56 | static LLUrlWhiteList* sInstance; |
57 | 57 | ||
58 | typedef std::list < LLString > LLStringList; | 58 | typedef std::vector < LLString > string_list_t ; |
59 | typedef std::list < LLString >::iterator LLStringListIter; | ||
60 | 59 | ||
61 | bool mLoaded; | 60 | bool mLoaded; |
62 | const LLString mFilename; | 61 | const LLString mFilename; |
63 | LLStringList mUrlList; | 62 | string_list_t mUrlList; |
64 | LLStringListIter mUrlListIter; | 63 | U32 mCurIndex; |
65 | }; | 64 | }; |
66 | 65 | ||
67 | #endif // LL_LLURLWHITELIST_H | 66 | #endif // LL_LLURLWHITELIST_H |