summaryrefslogtreecommitdiff
path: root/src/tiff.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tiff.rs')
-rw-r--r--src/tiff.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tiff.rs b/src/tiff.rs
index 88acbea..2bd9a84 100644
--- a/src/tiff.rs
+++ b/src/tiff.rs
@@ -1,7 +1,9 @@
use std::os::raw::{c_char, c_uint, c_void, c_longlong, c_long};
use std::ffi::CString;
-use label_toolkit::LargeLabelFormat;
+use label_toolkit::LabelFormat;
+
+type LargeLabelFormat = LabelFormat<u32>;
/// # TIFF Internal Structure