Skip to content

Commit

Permalink
Merge pull request #9 from grandcentrix/feature/discoveryservice_init…
Browse files Browse the repository at this point in the history
…ializer_fix

Made Initializer public
  • Loading branch information
Paul Ehrhardt authored Jan 5, 2018
2 parents 5ea750b + 7aca1f1 commit b6db93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCXMulticastDNSKit/Discovery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class DiscoveryService: NSObject {
/// the found service
public let netService: NetService

init(configuration: DiscoveryConfiguration, netService: NetService) {
public init(configuration: DiscoveryConfiguration, netService: NetService) {
self.configuration = configuration
self.netService = netService
super.init()
Expand Down

0 comments on commit b6db93d

Please sign in to comment.