aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFExc.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-19 15:43:19 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-19 16:14:07 +0100
commitc18ee440a38c7078e92c917bbe8fe1ad290a292d (patch)
treea4b60f044c9cee0f6e6a1f26be6949c2007cd880 /libqpdf/QPDFExc.cc
parentc2030d1f333b9403cfb15460c4b9ca9fcb446021 (diff)
downloadqpdf-c18ee440a38c7078e92c917bbe8fe1ad290a292d.tar.zst
mingw workaround for QPDFExc destructor
mingw doesn't like it when you don't inline empty virtual destructors.
Diffstat (limited to 'libqpdf/QPDFExc.cc')
-rw-r--r--libqpdf/QPDFExc.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc
index b816e913..77de5bba 100644
--- a/libqpdf/QPDFExc.cc
+++ b/libqpdf/QPDFExc.cc
@@ -15,10 +15,6 @@ QPDFExc::QPDFExc(qpdf_error_code_e error_code,
{
}
-QPDFExc::~QPDFExc() throw ()
-{
-}
-
std::string
QPDFExc::createWhat(std::string const& filename,
std::string const& object,