diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-11-03 20:48:41 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-11-03 20:48:41 -0400 |
commit | 0413e40d82cc53c1e8180023db36108557b6f21c (patch) | |
tree | bd358b773a730070aa5e5843f76bd57931215a50 /indra/llkdu/llimagej2ckdu.h | |
parent | 6cc4a8dcd2a0a320698312fe4775a946a16575e4 (diff) |
DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes.
Diffstat (limited to 'indra/llkdu/llimagej2ckdu.h')
-rw-r--r-- | indra/llkdu/llimagej2ckdu.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llkdu/llimagej2ckdu.h b/indra/llkdu/llimagej2ckdu.h index fd9a396722..b57e4cc40e 100644 --- a/indra/llkdu/llimagej2ckdu.h +++ b/indra/llkdu/llimagej2ckdu.h @@ -104,10 +104,12 @@ private: } } - kdu_codestream* operator->() { return &mCodeStream; } + // for those few times when you need a raw kdu_codestream* + kdu_core::kdu_codestream* get() { return &mCodeStream; } + kdu_core::kdu_codestream* operator->() { return &mCodeStream; } private: - kdu_codestream mCodeStream; + kdu_core::kdu_codestream mCodeStream; }; // Encode variable |