From e06648830693e44855652d31a762607357442beb Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 1 Nov 2015 16:39:15 -0500 Subject: Comment use of static ID in examples Make sure people know that static ID should be used only for testing. --- examples/pdf-invert-images.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pdf-invert-images.cc') diff --git a/examples/pdf-invert-images.cc b/examples/pdf-invert-images.cc index 867c89c7..00362091 100644 --- a/examples/pdf-invert-images.cc +++ b/examples/pdf-invert-images.cc @@ -162,7 +162,7 @@ int main(int argc, char* argv[]) { // For the test suite, uncompress streams and use static // IDs. - w.setStaticID(true); + w.setStaticID(true); // for testing only } w.write(); std::cout << whoami << ": new file written to " << outfilename -- cgit v1.2.3-54-g00ecf