From 75054c0b9404572f2c1477858fe47a61404b72f5 Mon Sep 17 00:00:00 2001 From: Tobias Hoffmann Date: Wed, 27 Jun 2012 05:34:15 +0200 Subject: Add QPDFObjectHandle::newReal(double) --- include/qpdf/QPDFObjectHandle.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index c6ec2909..350381b6 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -102,6 +102,8 @@ class QPDFObjectHandle QPDF_DLL static QPDFObjectHandle newReal(std::string const& value); QPDF_DLL + static QPDFObjectHandle newReal(double value); + QPDF_DLL static QPDFObjectHandle newName(std::string const& name); QPDF_DLL static QPDFObjectHandle newString(std::string const& str); -- cgit v1.2.3-54-g00ecf