]> git.lyx.org Git - lyx.git/blobdiff - src/kbsequence.h
remove obsolete comment
[lyx.git] / src / kbsequence.h
index 036cdcf43bce7efd56e79b0d170cdce8b1d7170f..6fa089880cfcf86f852d0b440f0fd79e8d5a7b28 100644 (file)
@@ -65,13 +65,13 @@ public:
         * Return the current sequence as a string.
         * @see parse()
         */
-       std::string const print() const;
+       docstring const print() const;
 
        /**
         * Return the current sequence and available options as
         * a string. No options are added if no curmap kb map exists.
         */
-       std::string const printOptions() const;
+       docstring const printOptions() const;
 
        /// Mark the sequence as deleted.
        void mark_deleted();