]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Fix assertion when checking if change in selection
[lyx.git] / src / Text.h
index b54277beefa3069b5d676fc5cb94d934e5cfd9cd..054b6f6ee4f3ca0c527248c58a768c61ad2a3279 100644 (file)
@@ -109,6 +109,8 @@ public:
 
        ///
        void toggleFree(Cursor & cur, Font const &, bool toggleall = false);
+       /// Stack to save recent text propterty applications
+       std::vector<docstring> getFreeFonts() const;
 
        /// ???
        /// FIXME: replace Cursor with DocIterator.