summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFExc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFExc.cc')
-rw-r--r--libqpdf/QPDFExc.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc
index c7270677..bac52e03 100644
--- a/libqpdf/QPDFExc.cc
+++ b/libqpdf/QPDFExc.cc
@@ -3,11 +3,13 @@
#include <qpdf/QUtil.hh>
+DLL_EXPORT
QPDFExc::QPDFExc(std::string const& message) :
QEXC::General(message)
{
}
+DLL_EXPORT
QPDFExc::QPDFExc(std::string const& filename, int offset,
std::string const& message) :
QEXC::General(filename + ": offset " + QUtil::int_to_string(offset) +
@@ -15,6 +17,7 @@ QPDFExc::QPDFExc(std::string const& filename, int offset,
{
}
+DLL_EXPORT
QPDFExc::~QPDFExc() throw ()
{
}