Commit 496aacd34a9bbe5c7e2f97eef3ca798ca0254061

Authored by Jay Berkenbilt
1 parent 892937cb

Add missing QPDF_DLL_CLASS for QPDFObject (fixes #424)

This is needed for some compilers on some platforms, notably current
versions of clang.
Showing 1 changed file with 1 additions and 1 deletions
include/qpdf/QPDFObject.hh
... ... @@ -31,7 +31,7 @@
31 31 class QPDF;
32 32 class QPDFObjectHandle;
33 33  
34   -class QPDFObject
  34 +class QPDF_DLL_CLASS QPDFObject
35 35 {
36 36 public:
37 37 QPDFObject();
... ...