diff options
author | Brad King <brad.king@kitware.com> | 2010-08-20 18:11:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-25 21:10:00 (GMT) |
commit | 7be2617b5a52529ce0ca33e6c878a0294e1e2781 (patch) | |
tree | 9f6246316213f16ecd20d05b812965b51a29d30b /Source/cmComputeLinkDepends.h | |
parent | 95b3bb5dbcb6021f07329f5bc400b1a205386970 (diff) | |
download | CMake-7be2617b5a52529ce0ca33e6c878a0294e1e2781.zip CMake-7be2617b5a52529ce0ca33e6c878a0294e1e2781.tar.gz CMake-7be2617b5a52529ce0ca33e6c878a0294e1e2781.tar.bz2 |
Split notion of node lists and edge lists
Diffstat (limited to 'Source/cmComputeLinkDepends.h')
-rw-r--r-- | Source/cmComputeLinkDepends.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkDepends.h b/Source/cmComputeLinkDepends.h index a08afb6..e196e00 100644 --- a/Source/cmComputeLinkDepends.h +++ b/Source/cmComputeLinkDepends.h @@ -117,6 +117,7 @@ private: // Ordering constraint graph adjacency list. typedef cmGraphNodeList NodeList; + typedef cmGraphEdgeList EdgeList; typedef cmGraphAdjacencyList Graph; Graph EntryConstraintGraph; void CleanConstraintGraph(); |