Add comment to setStaticID call

This commit is contained in:
Jay Berkenbilt 2018-02-03 14:41:40 -05:00
parent 7e5e1a7158
commit 559eefa9d0
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ int main(int argc, char* argv[])
QPDFWriter w(file, fl_tmp.c_str());
w.setStreamDataMode(qpdf_s_preserve);
w.setLinearization(true);
w.setStaticID(static_id);
w.setStaticID(static_id); // for testing only
w.write();
}
catch (std::exception& e)