X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=3d6e3808f6f84b9617be3298dc3bcf5fd2f4fbad;hb=d145c2dc9f27666ca0ed9f8589f99f502d7b2a4d;hp=c263a5c82a7126a103a536f9e67a8dfd786a0cb4;hpb=e01f7e710568d90d9b6239dd1ea41a1c55ace601;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index c263a5c82a..3d6e3808f6 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -33,7 +33,7 @@ class ParagraphList; namespace cap { /// Get all elements of the cut buffer in plain text format. -std::vector availableSelections(); +std::vector availableSelections(Buffer const *); /// Get the number of available elements in the cut buffer. size_type numberOfSelections(); /// Get the sel_index-th element of the cut buffer in plain text format.