]> git.lyx.org Git - lyx.git/blobdiff - src/Graph.h
BufferParams.cpp: fix #6714
[lyx.git] / src / Graph.h
index ad7f4fd02ecc457cdb95e10473fce4a9e579af97..ef7fd4bcc08ac862effe21956f62fe2271b24c47 100644 (file)
@@ -51,6 +51,8 @@ private:
        void clearMarks();
        /// used to recover a marked path 
        void getMarkedPath(int from, int to, EdgePath & path);
+       ///
+       void dumpGraph() const;
        /// these represent the arrows connecting the nodes of the graph.
        /// this is the basic representation of the graph: as a bunch of 
        /// arrows.