Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 2, 2019
1 parent 5b947c6 commit d1d9c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DefaultHeaderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 31,7 @@ class DefaultHeaderView: UIView {
override func layoutSubviews() {
super.layoutSubviews()

self.clearButton.frame = CGRect(x: 0, y: HeaderView.TopMargin, width: HeaderView.ButtonSize, height: HeaderView.ButtonSize)
self.clearButton.frame = CGRect(x: 0, y: DefaultHeaderView.TopMargin, width: DefaultHeaderView.ButtonSize, height: DefaultHeaderView.ButtonSize)
}

@objc func clearAction(button: UIButton) {
Expand Down

0 comments on commit d1d9c6c

Please sign in to comment.