Skip to content

Commit

Permalink
Merge pull request #18 from quipper/elliekwon/fix-build-fail
Browse files Browse the repository at this point in the history
Add open keyword to fix build fail
  • Loading branch information
elliekwon authored Jun 24, 2021
2 parents f0cc897 + 23392b5 commit e33ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Views/MessageLayoutManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit

open class MessageLayoutManager: NSLayoutManager {
@available(iOS 13.0, *)
override func showCGGlyphs(_ glyphs: UnsafePointer<CGGlyph>,
open override func showCGGlyphs(_ glyphs: UnsafePointer<CGGlyph>,
positions: UnsafePointer<CGPoint>,
count glyphCount: Int,
font: UIFont,
Expand Down

0 comments on commit e33ed26

Please sign in to comment.