summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTobias Hoffmann <thobi@worker>2012-06-27 05:34:15 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-27 16:19:01 +0200
commit75054c0b9404572f2c1477858fe47a61404b72f5 (patch)
treed5c5dd17b0c6e8489d0e3ee92a6a5eab98990798 /include
parent5b4aba20a261fb2e3a30b12d85edc0e0d367c45d (diff)
downloadqpdf-75054c0b9404572f2c1477858fe47a61404b72f5.tar.zst
Add QPDFObjectHandle::newReal(double)
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh2
1 files changed, 2 insertions, 0 deletions
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);