]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
Run codespell on src/frontends
[lyx.git] / src / CutAndPaste.cpp
index cfa69b5b9d8a86ac6f6eea9ffc92a3d9353e6cd0..86e2432947d601435c744415e29589e58c0aa2b3 100644 (file)
@@ -602,7 +602,7 @@ Buffer * copyToTempBuffer(ParagraphList const & paragraphs, DocumentClassConstPt
 
 void putClipboard(ParagraphList const & paragraphs,
                  DocumentClassConstPtr docclass, docstring const & plaintext,
-                 BufferParams const bp)
+                 BufferParams const bp)
 {
        Buffer * buffer = copyToTempBuffer(paragraphs, docclass);
        if (!buffer) // already asserted in copyToTempBuffer()