From d8baa48e13f2e0d4fc655e87dab858aa212bff2f Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sat, 11 Feb 2017 21:17:22 +0100 Subject: [PATCH] fixed compile issue in xtranscompressed --- rtengine/xtranscompressed.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/xtranscompressed.cc b/rtengine/xtranscompressed.cc index ed91df841..18ccbe5bf 100644 --- a/rtengine/xtranscompressed.cc +++ b/rtengine/xtranscompressed.cc @@ -771,5 +771,5 @@ void CLASS parse_xtrans_header() raw_width = h_raw_width; raw_height = h_raw_height; data_offset += 16; - load_raw = &xtrans_compressed_load_raw; + load_raw = &CLASS xtrans_compressed_load_raw; }