Skip to content

Commit

Permalink
Make the PreferencePane.Identifier Hashable and Codable
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 14, 2019
1 parent fe835d3 commit d204321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Preferences/PreferencePane.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Cocoa

public struct PreferencePaneIdentifier: Equatable, RawRepresentable {
public struct PreferencePaneIdentifier: Hashable, RawRepresentable, Codable {
public typealias Identifier = PreferencePaneIdentifier

public let rawValue: String
Expand Down

0 comments on commit d204321

Please sign in to comment.