]> git.lyx.org Git - lyx.git/blobdiff - src/graph.h
* Give Dialog::Controller::initialiseParams a bool return type.
[lyx.git] / src / graph.h
index e7c4ac60b9236472fc6af174a6056a69f1000e43..d8cc03498b259d4d749a9fa8fc99bf1147cae281 100644 (file)
@@ -19,7 +19,7 @@
 #include <vector>
 
 class Graph {
-public: 
+public:
        Graph() : numedges_(0) {};
        ///
        typedef std::vector<int> EdgePath;