Fix compilation of example code.

svn-id: r46355
This commit is contained in:
Arnaud Boutonné
2009-12-12 22:05:31 +00:00
parent 4ee2335865
commit 5b40892a00
+4 -5
View File
@@ -94,12 +94,11 @@ void CompressionExample::parseExtraArguments() {
// Arguments are stored in the _arguments member.
// Remove any arguments that you have "used up"
if (!_arguments.empty() && _arguments.front() == "-a") {
// Set our member
_outputFiles = true;
// Set our member
_outputFiles = true;
// We matched one argument, so remove it
_arguments.pop_front();
}
// We matched one argument, so remove it
_arguments.pop_front();
}
}