summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFExc.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-12 03:18:19 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-12 03:18:19 +0200
commitf71eb2af91fa164ea3d864591fda90098c652927 (patch)
tree8d740484481e452cb9330953511e92ce7e7617a5 /include/qpdf/QPDFExc.hh
parent44cbd3d4b477f855d46259f7fbc743c0b96c7678 (diff)
downloadqpdf-f71eb2af91fa164ea3d864591fda90098c652927.tar.zst
fix class-level DLL_EXPORT
git-svn-id: svn+q:///qpdf/trunk@797 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include/qpdf/QPDFExc.hh')
-rw-r--r--include/qpdf/QPDFExc.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh
index 1c3794a5..341b5f0b 100644
--- a/include/qpdf/QPDFExc.hh
+++ b/include/qpdf/QPDFExc.hh
@@ -11,8 +11,7 @@
#include <qpdf/DLL.hh>
#include <stdexcept>
-DLL_EXPORT
-class QPDFExc: public std::runtime_error
+class DLL_EXPORT QPDFExc: public std::runtime_error
{
public:
QPDFExc(std::string const& message);