summaryrefslogtreecommitdiff
path: root/indra/llkdu/tests
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-04-04 18:58:34 -0700
committerMerov Linden <merov@lindenlab.com>2012-04-04 18:58:34 -0700
commit782981866a70f4a33a298c93ee80aaf138fdf459 (patch)
tree61a15a6a262bc6052750b6ca63049f3e97e70539 /indra/llkdu/tests
parentc6511d9c857c079e0360f88c05328feb70a8bc0d (diff)
SH-3060 : New byte range implementation. Intermediate (not working) state.
Diffstat (limited to 'indra/llkdu/tests')
-rw-r--r--indra/llkdu/tests/llimagej2ckdu_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index feb6671e40..405f7c9388 100644
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -146,6 +146,7 @@ void kdu_codestream::set_fast() { }
void kdu_codestream::set_fussy() { }
void kdu_codestream::get_dims(int, kdu_dims&, bool ) { }
int kdu_codestream::get_min_dwt_levels() { return 5; }
+int kdu_codestream::get_max_tile_layers() { return 1; }
void kdu_codestream::change_appearance(bool, bool, bool) { }
void kdu_codestream::get_tile_dims(kdu_coords, int, kdu_dims&, bool ) { }
void kdu_codestream::destroy() { }