diff options
Diffstat (limited to 'cpp/src/IceStorm/Parser.cpp')
-rw-r--r-- | cpp/src/IceStorm/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Parser.cpp b/cpp/src/IceStorm/Parser.cpp index 1f6fc2f4909..eb1c78f2a40 100644 --- a/cpp/src/IceStorm/Parser.cpp +++ b/cpp/src/IceStorm/Parser.cpp @@ -355,7 +355,7 @@ Parser::graph(const list<string>& _args) for(LinkInfoSeq::const_iterator r = seq.begin(); r != seq.end(); ++r) { ++unlinks; - topic->unlink((*r).topic); + topic->unlink((*r).theTopic); } } cout << "graph: " << links << " new or changed links. " << unlinks << " unlinks." << endl; |