]> git.lyx.org Git - lyx.git/blobdiff - src/graph.C
Fix encoding of converters path and arguments
[lyx.git] / src / graph.C
index 8e7a7a131c5a5f1c75d387a19b44dc240e199059..93533274320245531a83823130879494b04840c7 100644 (file)
@@ -15,6 +15,9 @@
 
 #include <algorithm>
 
+
+namespace lyx {
+
 using std::vector;
 using std::reverse;
 using std::fill;
@@ -197,3 +200,6 @@ void Graph::addEdge(int s, int t)
 }
 
 vector<Graph::Vertex> Graph::vertices_;
+
+
+} // namespace lyx