summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFExc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFExc.hh')
-rw-r--r--include/qpdf/QPDFExc.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index ebfa870b..1c3794a5 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -11,15 +11,13 @@
#include <qpdf/DLL.hh>
#include <stdexcept>
+DLL_EXPORT
class QPDFExc: public std::runtime_error
{
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 ();
};