Skip to content

Commit

Permalink
Merge pull request #348 from chambbj/issues/346-nitf-error
Browse files Browse the repository at this point in the history
A more straightforward way of setting the nitf writer options.
  • Loading branch information
chambbj committed May 6, 2014
2 parents b275189 + 19b3fff commit c3be7e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/drivers/nitf/Writer.cpp
Expand Up @@ -62,8 +62,7 @@ Writer::Writer(Stage& prevStage, const Options& options)


{
Options& opts = getOptions();
opts = options;
m_options = options;

m_oss.str("");
return;
Expand Down

0 comments on commit c3be7e0

Please sign in to comment.