diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 7a4ad4e..97f08ea 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -68,7 +68,7 @@ export GroupRing, GroupRingElem, complete!, create_pm, star # ############################################################################### -elem_type(::Type{GroupRing}) = GroupRingElem +elem_type{T,S}(::Type{GroupRing{T,S}}) = GroupRingElem parent_type(::Type{GroupRingElem}) = GroupRing