]> git.lyx.org Git - lyx.git/blobdiff - src/graph.h
Two fixes involving RtL text drawing
[lyx.git] / src / graph.h
index 49f1a4dbb3c54cc1719e1534248c4bed7caa815b..a856073d6fd1251e59e6f9708ab2d4c57aaa2cf2 100644 (file)
@@ -42,7 +42,8 @@ private:
        int bfs_init(int, bool clear_visited = true);
 
        ///
-       struct Vertex {
+       class Vertex {
+       public:
                std::vector<int> in_vertices;
                std::vector<int> out_vertices;
                std::vector<int> out_edges;