#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(
|
PasteboardPutItemFlavor(
|
||||||
m_pboard,
|
m_pboard,
|
||||||
(PasteboardItemID) 0,
|
nullptr,
|
||||||
flavorType,
|
flavorType,
|
||||||
dataRef,
|
dataRef,
|
||||||
kPasteboardFlavorNoFlags);
|
kPasteboardFlavorNoFlags);
|
||||||
|
|
Loading…
Reference in New Issue