diff options
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r-- | macosx/ScintillaMacOSX.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h index d9da7e295..78dffe87f 100644 --- a/macosx/ScintillaMacOSX.h +++ b/macosx/ScintillaMacOSX.h @@ -118,7 +118,8 @@ private: bool GetPasteboardData(PasteboardRef &pasteBoard, SelectionText *selectedText, bool *isFileURL); void SetPasteboardData(PasteboardRef &pasteBoard, - const SelectionText &selectedText); + const SelectionText &selectedText, + bool inDragDropSession); char *GetStringFromCFString(CFStringRef &textString, int *textLen); // Drag and drop |