summaryrefslogtreecommitdiff
path: root/vcl/osx/clipboard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/clipboard.cxx')
-rw-r--r--vcl/osx/clipboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx
index 53326fb6634d..d0c047f54ae8 100644
--- a/vcl/osx/clipboard.cxx
+++ b/vcl/osx/clipboard.cxx
@@ -292,7 +292,7 @@ void AquaClipboard::provideDataForType(NSPasteboard* sender, const NSString* typ
if (dp.get() != nullptr)
{
- pBoardData = (NSData*)dp->getSystemData();
+ pBoardData = dp->getSystemData();
[sender setData: pBoardData forType:const_cast<NSString*>(type)];
}
}