diff --git a/Mac/MainWindow/Detail/DetailContainerView.swift b/Mac/MainWindow/Detail/DetailContainerView.swift index 7e6ae710a..01480ad40 100644 --- a/Mac/MainWindow/Detail/DetailContainerView.swift +++ b/Mac/MainWindow/Detail/DetailContainerView.swift @@ -8,7 +8,7 @@ import AppKit -final class DetailContainerView: NSView { +final class DetailContainerView: NSView, NSTextFinderBarContainer { @IBOutlet var detailStatusBarView: DetailStatusBarView!