mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
Fix compilation of example code.
svn-id: r46355
This commit is contained in:
+4
-5
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user