Skip to content

Commit

Permalink
Fixing Jerome stupids mistakes :p
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriter committed May 19, 2016
1 parent d02f12c commit b3acc66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class GenericFlagSensorConfig: SensorConfig {
}
}

public func ==(lhs: DaylightSensorConfig, rhs: DaylightSensorConfig) -> Bool {
public func ==(lhs: GenericFlagSensorConfig, rhs: GenericFlagSensorConfig) -> Bool {
return lhs.on == rhs.on &&
lhs.reachable == rhs.reachable &&
lhs.battery == rhs.battery &&
Expand Down

0 comments on commit b3acc66

Please sign in to comment.