Skip to content

Commit

Permalink
fixed Linux compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 18, 2016
1 parent 121418c commit 8714e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GATT/DarwinPeripheral.swift
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ import Bluetooth
dispatch_semaphore_signal(semaphore)
}

@objc public func peripheralManager(_ peripheral: CBPeripheralManager, didAdd service: CBService, error: NSError?) {
public func peripheralManager(_ peripheral: CBPeripheralManager, didAdd service: CBService, error: NSError?) {

if let error = error {

Expand Down

0 comments on commit 8714e87

Please sign in to comment.