]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / CutAndPaste.h
index c263a5c82a7126a103a536f9e67a8dfd786a0cb4..3d6e3808f6f84b9617be3298dc3bcf5fd2f4fbad 100644 (file)
@@ -33,7 +33,7 @@ class ParagraphList;
 namespace cap {
 
 /// Get all elements of the cut buffer in plain text format.
-std::vector<docstring> availableSelections();
+std::vector<docstring> 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.