]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Clean includes in TextMetrics.cpp
[lyx.git] / src / TextClass.h
index 11710edfe461043198fc969fe33d34a51441df33..fa9ac20e1d21a65a65591890c8d31ee70dfc6b17 100644 (file)
@@ -435,7 +435,7 @@ public:
        /// \return true if there is a Layout with latexname lay
        bool hasLaTeXLayout(std::string const & lay) const;
        /// A DocumentClass nevers count as loaded, since it is dynamic
-       virtual bool loaded() const { return false; }
+       bool loaded() const override { return false; }
        /// \return the layout object of an inset given by name. If the name
        /// is not found as such, the part after the ':' is stripped off, and
        /// searched again. In this way, an error fallback can be provided: