]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiClipboard.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / GuiClipboard.h
index 8ccd709d608cac1e93b025b96b230dcdd125bfb2..5f577edf93519db482f62f6c39c4610fe2c564e1 100644 (file)
@@ -30,8 +30,8 @@ public:
        /** Clipboard overloaded methods
         */
        //@{
-       std::string const get() const;
-       void put(std::string const & str);
+       docstring const get() const;
+       void put(docstring const & str);
        //@}
 };