summaryrefslogtreecommitdiff
path: root/indra/llkdu/llimagej2ckdu.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-11-03 20:48:41 -0400
committerNat Goodspeed <nat@lindenlab.com>2016-11-03 20:48:41 -0400
commit0413e40d82cc53c1e8180023db36108557b6f21c (patch)
treebd358b773a730070aa5e5843f76bd57931215a50 /indra/llkdu/llimagej2ckdu.h
parent6cc4a8dcd2a0a320698312fe4775a946a16575e4 (diff)
DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes.
Diffstat (limited to 'indra/llkdu/llimagej2ckdu.h')
-rw-r--r--indra/llkdu/llimagej2ckdu.h6
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