#5620 Make Xcode 8 happy with null cast

This commit is contained in:
Andrew Nelless
2016-10-12 15:09:29 +01:00
parent a6ff90794f
commit 2b9f48602c

View File

@@ -122,7 +122,7 @@ OSXClipboard::add(EFormat format, const String & data)
PasteboardPutItemFlavor(
m_pboard,
(PasteboardItemID) 0,
nullptr,
flavorType,
dataRef,
kPasteboardFlavorNoFlags);