X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraph.h;h=718da2b694d05e7426cf81d084427e7ecf72f6b6;hb=b9aa557b359463dfb0a2132b665570c8d1e5d605;hp=a856073d6fd1251e59e6f9708ab2d4c57aaa2cf2;hpb=c9f9ba315c8e475ad47c64fef6c9c755dea3d55c;p=lyx.git diff --git a/src/graph.h b/src/graph.h index a856073d6f..718da2b694 100644 --- a/src/graph.h +++ b/src/graph.h @@ -16,6 +16,9 @@ #include +namespace lyx { + + class Graph { public: Graph() : numedges_(0) {}; @@ -61,4 +64,7 @@ private: }; + +} // namespace lyx + #endif //GRAPH_H