]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
Dekels tabular/textinset patches
[lyx.git] / src / converter.h
index 1b8b85556e180047153a322bb55bafdc6aca3e23..013370c3935517471d3d7cb73fc5f269ee4dbc10 100644 (file)
@@ -258,6 +258,8 @@ private:
        std::queue<int> Q;
        ///
        int BFS_init(string const & start, bool clear_visited = true);
+       ///
+       bool Move(string const & from, string const & to, bool copy);
 };
 
 extern Formats formats;