Fix odd declaration.

llvm-svn: 90138
This commit is contained in:
Benjamin Kramer 2009-11-30 15:52:29 +00:00
parent 9fc223a6b1
commit 7da76a20c0
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public:
}
std::string edgeSourceLabels;
raw_string_ostream::raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
bool hasEdgeSourceLabels = getEdgeSourceLabels(EdgeSourceLabels, Node);
if (hasEdgeSourceLabels) {