Skip to content

Commit 10a5464

Browse files
authored
Merge pull request #13 from JuliaString/spj/fix
Fix init
2 parents ac997eb + be7e57a commit 10a5464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Unicode_Entities.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ end
2727
Base.getindex(tab::PackedNames, ind::Integer) =
2828
_unpackword(tab.namtab[tab.offsetvec[ind] + 1 : tab.offsetvec[ind+1]], tab.wrd1, tab.wrd2)
2929

30-
struct Unicode_Table{S,T,V} <: AbstractEntityTable
30+
struct Unicode_Table{T} <: AbstractEntityTable
3131
ver::UInt32
3232
tim::String
3333
inf::String
3434
base32::UInt32
35-
nam::PackedNames{S,T}
35+
nam::PackedNames{T}
3636
ind::Vector{UInt16}
3737
val16::Vector{UInt16}
3838
ind16::Vector{UInt16}

0 commit comments

Comments
 (0)