X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraph.h;h=d8cc03498b259d4d749a9fa8fc99bf1147cae281;hb=0de182f2571c1ab327843cc281bc1f5302058e26;hp=e7c4ac60b9236472fc6af174a6056a69f1000e43;hpb=f566e7c6040e5e60d140f3da625fe5f191eebbcc;p=lyx.git diff --git a/src/graph.h b/src/graph.h index e7c4ac60b9..d8cc03498b 100644 --- a/src/graph.h +++ b/src/graph.h @@ -19,7 +19,7 @@ #include class Graph { -public: +public: Graph() : numedges_(0) {}; /// typedef std::vector EdgePath;