]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Remove unneeded mutable keywords
[lyx.git] / src / frontends / Clipboard.h
index 980c6bcbf7f0791bc60f6a031c7322cd63ea9892..faf4e0a8fe37d423cdcad09ce9575ab6c9783e00 100644 (file)
@@ -75,6 +75,9 @@ public:
         */
        virtual void put(std::string const & lyx, docstring const & html, docstring const & text) = 0;
 
+       /// Put a general string on the system clipboard (not LyX text)
+       virtual void put(std::string const & text) const = 0;
+
        /// Does the clipboard contain text contents?
        virtual bool hasTextContents(TextType type = AnyTextType) const = 0;
        /// Does the clipboard contain graphics contents of a certain type?