diff options
author | McCabe Maxsted | 2010-05-07 18:16:10 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:05:24 -0500 |
commit | 36b6111ea0b2896134e31c02a87db8687b54ec74 (patch) | |
tree | 78241409bd8fd1c91d6be531b17d3baefb80aff5 /linden/indra/llimage/llimageworker.h | |
parent | Added some missing entries to the logcontrol.xml debug entries, comment out e... (diff) | |
download | meta-impy-36b6111ea0b2896134e31c02a87db8687b54ec74.zip meta-impy-36b6111ea0b2896134e31c02a87db8687b54ec74.tar.gz meta-impy-36b6111ea0b2896134e31c02a87db8687b54ec74.tar.bz2 meta-impy-36b6111ea0b2896134e31c02a87db8687b54ec74.tar.xz |
Backported llimage changes from Viewer 2.0.0
Diffstat (limited to 'linden/indra/llimage/llimageworker.h')
-rw-r--r-- | linden/indra/llimage/llimageworker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimageworker.h b/linden/indra/llimage/llimageworker.h index fcd3039..0260206 100644 --- a/linden/indra/llimage/llimageworker.h +++ b/linden/indra/llimage/llimageworker.h | |||
@@ -34,7 +34,7 @@ | |||
34 | #define LL_LLIMAGEWORKER_H | 34 | #define LL_LLIMAGEWORKER_H |
35 | 35 | ||
36 | #include "llimage.h" | 36 | #include "llimage.h" |
37 | #include "llqueuedthread.h" | 37 | #include "llworkerthread.h" |
38 | 38 | ||
39 | class LLImageDecodeThread : public LLQueuedThread | 39 | class LLImageDecodeThread : public LLQueuedThread |
40 | { | 40 | { |