about summary refs log tree commit diff
path: root/src/block/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/mod.rs')
-rw-r--r--src/block/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/block/mod.rs b/src/block/mod.rs
index 049b39a..a0c2454 100644
--- a/src/block/mod.rs
+++ b/src/block/mod.rs
@@ -1,13 +1,13 @@
 mod block;
 mod colortable;
-mod image;
+mod indexedimage;
 mod imagedescriptor;
 mod screendescriptor;
 mod version;
 
 pub use block::Block;
 pub use colortable::ColorTable;
-pub use image::Image;
+pub use indexedimage::IndexedImage;
 pub use imagedescriptor::ImageDescriptor;
 pub use screendescriptor::ScreenDescriptor;
 pub use version::Version;
\ No newline at end of file