]> git.lyx.org Git - lyx.git/blobdiff - src/Mover.h
Hack to display section symbol
[lyx.git] / src / Mover.h
index ff3667e4698bfc51fb494e0efe367adf1e5f5941..a684a875579ccc9e7ed8741c6e3dcb7d34a85dec 100644 (file)
@@ -137,13 +137,11 @@ public:
        std::string const & command() const { return command_; }
 
 private:
-       virtual bool
-       do_copy(support::FileName const & from, support::FileName const & to,
-               std::string const & latex) const;
+       bool do_copy(support::FileName const & from, support::FileName const & to,
+               std::string const & latex) const override;
 
-       virtual bool
-       do_rename(support::FileName const & from, support::FileName const & to,
-                 std::string const & latex) const;
+       bool do_rename(support::FileName const & from, support::FileName const & to,
+                 std::string const & latex) const override;
 
        std::string command_;
 };