From b67a3c15e768ed88ea3cdf7525c1ddc649aec2fe Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 19 Oct 2009 20:17:14 +0000 Subject: DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them both for C and C++ interfaces git-svn-id: svn+q:///qpdf/trunk@828 71b93d88-0707-0410-a8cf-f5a4172ac649 --- examples/pdf-mod-info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pdf-mod-info.cc') diff --git a/examples/pdf-mod-info.cc b/examples/pdf-mod-info.cc index 45425634..ef5a280d 100644 --- a/examples/pdf-mod-info.cc +++ b/examples/pdf-mod-info.cc @@ -200,7 +200,7 @@ int main(int argc, char* argv[]) } } QPDFWriter w(file, fl_tmp.c_str()); - w.setStreamDataMode(QPDFWriter::s_preserve); + w.setStreamDataMode(qpdf_s_preserve); w.setLinearization(true); w.setStaticID(static_id); w.write(); -- cgit v1.2.3-54-g00ecf