#5620 Make Xcode 8 happy with null cast
This commit is contained in:
parent
a6ff90794f
commit
2b9f48602c
|
@ -122,7 +122,7 @@ OSXClipboard::add(EFormat format, const String & data)
|
|||
|
||||
PasteboardPutItemFlavor(
|
||||
m_pboard,
|
||||
(PasteboardItemID) 0,
|
||||
nullptr,
|
||||
flavorType,
|
||||
dataRef,
|
||||
kPasteboardFlavorNoFlags);
|
||||
|
|
Loading…
Reference in New Issue