]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathCompletionList.h
Move <algorithm> from DocIterator.h
[lyx.git] / src / mathed / MathCompletionList.h
index 5131f87e1f9fdcb0e3845d81a1e7752d0813b325..87e412164fc35568476659834e8d2ee2ed1269fa 100644 (file)
@@ -29,13 +29,13 @@ public:
        virtual ~MathCompletionList();
 
        ///
-       virtual bool sorted() const { return false; }
+       bool sorted() const override { return false; }
        ///
-       virtual size_t size() const;
+       size_t size() const override;
        ///
-       virtual docstring const & data(size_t idx) const;
+       docstring const & data(size_t idx) const override;
        ///
-       virtual std::string icon(size_t idx) const;
+       std::string icon(size_t idx) const override;
 
        ///
        static void addToFavorites(docstring const & completion);