aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFExc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFExc.hh')
-rw-r--r--include/qpdf/QPDFExc.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index 262a6a69..81e62cfd 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -13,9 +13,12 @@
class QPDFExc: public QEXC::General
{
public:
+ DLL_EXPORT
QPDFExc(std::string const& message);
+ DLL_EXPORT
QPDFExc(std::string const& filename, int offset,
std::string const& message);
+ DLL_EXPORT
virtual ~QPDFExc() throw ();
};