]> git.lyx.org Git - lyx.git/blobdiff - src/graph.h
Fix encoding of converters path and arguments
[lyx.git] / src / graph.h
index a856073d6fd1251e59e6f9708ab2d4c57aaa2cf2..718da2b694d05e7426cf81d084427e7ecf72f6b6 100644 (file)
@@ -16,6 +16,9 @@
 #include <vector>
 
 
+namespace lyx {
+
+
 class Graph {
 public:
        Graph() : numedges_(0) {};
@@ -61,4 +64,7 @@ private:
 };
 
 
+
+} // namespace lyx
+
 #endif //GRAPH_H