Change reference

llvm-svn: 4110
This commit is contained in:
Chris Lattner 2002-10-10 22:31:02 +00:00
parent e3336c72c0
commit 27abebe1b6
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public:
// Iterator for graph interface...
typedef DSNodeIterator iterator;
inline iterator begin(); // Defined in DataStructureGraph.h
inline iterator begin(); // Defined in DSGraphTraits.h
inline iterator end();
//===--------------------------------------------------