Skip to content

Commit 8993ec7

Browse files
livecodeianpeter-b
authored andcommitted
[[ Bug 17622 ]] Fix accidentally-removed method declarations
(cherry picked from commit 0a4a567)
1 parent 47cf18a commit 8993ec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

engine/src/lnx-clipboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ class MCLinuxRawClipboard :
112112
virtual bool FlushData();
113113
virtual uindex_t GetMaximumItemCount() const;
114114
virtual MCStringRef GetKnownTypeString(MCRawClipboardKnownType p_type) const;
115+
virtual MCDataRef EncodeFileListForTransfer(MCStringRef p_file_list) const;
116+
virtual MCStringRef DecodeTransferredFileList(MCDataRef p_data) const;
115117
virtual MCDataRef EncodeHTMLFragmentForTransfer(MCDataRef p_html) const;
116118
virtual MCDataRef DecodeTransferredHTML(MCDataRef p_html) const;
117119

0 commit comments

Comments
 (0)