diff --git a/MVMCoreUI/Containers/Views/ContainerModel.swift b/MVMCoreUI/Containers/Views/ContainerModel.swift index ea7d8012..9e1b3fa8 100644 --- a/MVMCoreUI/Containers/Views/ContainerModel.swift +++ b/MVMCoreUI/Containers/Views/ContainerModel.swift @@ -44,7 +44,7 @@ open class ContainerModel: ContainerModelProtocol, Codable { //-------------------------------------------------- /// Sets the default values. Should be called on init. - public func setDefaults() {} + open func setDefaults() {} //-------------------------------------------------- // MARK: - Initializers