diff options
Diffstat (limited to 'Source/cmGraphAdjacencyList.h')
-rw-r--r-- | Source/cmGraphAdjacencyList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGraphAdjacencyList.h b/Source/cmGraphAdjacencyList.h index 46cf878..6a0a799 100644 --- a/Source/cmGraphAdjacencyList.h +++ b/Source/cmGraphAdjacencyList.h @@ -23,6 +23,7 @@ public: operator int() const { return this->Dest; } bool IsStrong() const { return this->Strong; } + private: int Dest; bool Strong; |