diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llappviewer.h b/linden/indra/newview/llappviewer.h index ada5557..9d72457 100644 --- a/linden/indra/newview/llappviewer.h +++ b/linden/indra/newview/llappviewer.h | |||
@@ -34,7 +34,7 @@ | |||
34 | #define LL_LLAPPVIEWER_H | 34 | #define LL_LLAPPVIEWER_H |
35 | 35 | ||
36 | class LLTextureCache; | 36 | class LLTextureCache; |
37 | class LLWorkerThread; | 37 | class LLImageDecodeThread; |
38 | class LLTextureFetch; | 38 | class LLTextureFetch; |
39 | class LLWatchdogTimeout; | 39 | class LLWatchdogTimeout; |
40 | class LLCommandLineParser; | 40 | class LLCommandLineParser; |
@@ -91,7 +91,7 @@ public: | |||
91 | 91 | ||
92 | // Thread accessors | 92 | // Thread accessors |
93 | static LLTextureCache* getTextureCache() { return sTextureCache; } | 93 | static LLTextureCache* getTextureCache() { return sTextureCache; } |
94 | static LLWorkerThread* getImageDecodeThread() { return sImageDecodeThread; } | 94 | static LLImageDecodeThread* getImageDecodeThread() { return sImageDecodeThread; } |
95 | static LLTextureFetch* getTextureFetch() { return sTextureFetch; } | 95 | static LLTextureFetch* getTextureFetch() { return sTextureFetch; } |
96 | 96 | ||
97 | const std::string& getSerialNumber() { return mSerialNumber; } | 97 | const std::string& getSerialNumber() { return mSerialNumber; } |
@@ -213,7 +213,7 @@ private: | |||
213 | 213 | ||
214 | // Thread objects. | 214 | // Thread objects. |
215 | static LLTextureCache* sTextureCache; | 215 | static LLTextureCache* sTextureCache; |
216 | static LLWorkerThread* sImageDecodeThread; | 216 | static LLImageDecodeThread* sImageDecodeThread; |
217 | static LLTextureFetch* sTextureFetch; | 217 | static LLTextureFetch* sTextureFetch; |
218 | 218 | ||
219 | S32 mNumSessions; | 219 | S32 mNumSessions; |