aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 3 deletions
diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc
index ddd175ed..006a96ac 100644
--- a/libqpdf/QPDFExc.cc
+++ b/libqpdf/QPDFExc.cc
@@ -1,13 +1,11 @@
#include <qpdf/QPDFExc.hh>
#include <qpdf/QUtil.hh>
-DLL_EXPORT
QPDFExc::QPDFExc(std::string const& message) :
std::runtime_error(message)
{
}
-DLL_EXPORT
QPDFExc::QPDFExc(std::string const& filename, int offset,
std::string const& message) :
std::runtime_error(filename + ": offset " + QUtil::int_to_string(offset) +
@@ -15,7 +13,6 @@ QPDFExc::QPDFExc(std::string const& filename, int offset,
{
}
-DLL_EXPORT
QPDFExc::~QPDFExc() throw ()
{
}