Make TagTestData public

This commit is contained in:
Mike Welsh 2016-08-31 12:08:18 -07:00
parent 27fbd67d59
commit a1dedb1bc3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub fn echo_swf(filename: &str) {
write_swf(&swf, out_file).unwrap();
}
type TagTestData = (Tag, Vec<u8>);
pub type TagTestData = (Tag, Vec<u8>);
pub fn define_scene_and_frame_label_data() -> TagTestData {
(