]> git.lyx.org Git - lyx.git/blobdiff - src/Mover.h
Fix functions that used functions but did not defined it
[lyx.git] / src / Mover.h
index a684a875579ccc9e7ed8741c6e3dcb7d34a85dec..bfddd95a30062440ef1aee6c58f73c4827aff1c4 100644 (file)
@@ -15,6 +15,7 @@
 #include <map>
 #include <string>
 
+#include "support/mute_warning.h"
 
 namespace lyx {
 
@@ -181,8 +182,10 @@ private:
 
 
 extern Movers & theMovers();
+LYX_BEGIN_MUTE_GCC_WARNING(dangling-reference)
 /// @c returns the Mover registered for format @c fmt.
 extern Mover const & getMover(std::string  const & fmt);
+LYX_END_MUTE_GCC_WARNING
 /** Register a specialised @c command to be used to copy a file
  *  of format @c fmt.
  */