aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFExc.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-10 19:29:10 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-10 22:54:23 +0200
commit5f4675bb24dcffa616d6ae3bd38e532510522615 (patch)
treeccc1aa4c06bc115df716254a40587fa75bc7927e /include/qpdf/QPDFExc.hh
parent5525c9312420cf002aef78fa1d52219724d3fc20 (diff)
downloadqpdf-5f4675bb24dcffa616d6ae3bd38e532510522615.tar.zst
Mark non-ABI symbols in exported class with QPDF_DLL_PRIVATE
Diffstat (limited to 'include/qpdf/QPDFExc.hh')
-rw-r--r--include/qpdf/QPDFExc.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index 1d88bcf9..d9d7312b 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -66,6 +66,7 @@ class QPDF_DLL_CLASS QPDFExc: public std::runtime_error
std::string const& getMessageDetail() const;
private:
+ QPDF_DLL_PRIVATE
static std::string createWhat(
std::string const& filename,
std::string const& object,