Skip to content

Commit

Permalink
Merge pull request #65 from simonster/yyc/0.6
Browse files Browse the repository at this point in the history
Fix 0.6 typealias depwarn
  • Loading branch information
yuyichao authored Feb 14, 2017
2 parents 9b96086 + 4bd4f5d commit b39af46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MAT_HDF5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ using Compat.String
import Base: read, write, close
import HDF5: names, exists, HDF5ReferenceObj, HDF5BitsKind

typealias HDF5Parent Union{HDF5File, HDF5Group}
typealias HDF5BitsOrBool Union{HDF5BitsKind,Bool}
const HDF5Parent = Union{HDF5File, HDF5Group}
const HDF5BitsOrBool = Union{HDF5BitsKind,Bool}

type MatlabHDF5File <: HDF5.DataFile
plain::HDF5File
Expand Down

0 comments on commit b39af46

Please sign in to comment.