Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Nov 6, 2019
1 parent b2e50ca commit 5dc0acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/VimMac/OsxClipboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static OsxClipboard()
generalPasteboard = objc_msgSend(nsPasteboard, generalPasteboardRegister);
}

public static string? GetText()
public static string GetText()
{
var ptr = objc_msgSend(generalPasteboard, stringForTypeRegister, nsStringPboardType);
var charArray = objc_msgSend(ptr, utf8Register);
Expand Down

0 comments on commit 5dc0acd

Please sign in to comment.