Skip to content

Commit

Permalink
Fix mismatching type
Browse files Browse the repository at this point in the history
  • Loading branch information
namolnad committed Nov 28, 2018
1 parent f290409 commit a2e5f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmniAX/AX.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public final class AX: NSObject {
}

/// Convenience: Post an accessibility announcement notification, reading the included preset message
public static func announce(message: AXMessage) {
public static func announce(message: Message) {
announce(message: message.rawValue)
}

Expand Down

0 comments on commit a2e5f1e

Please sign in to comment.