mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 19:08:24 +00:00
Add missing QPDF_DLL_CLASS for QPDFObject (fixes #424)
This is needed for some compilers on some platforms, notably current versions of clang.
This commit is contained in:
parent
892937cbbe
commit
496aacd34a
@ -31,7 +31,7 @@
|
||||
class QPDF;
|
||||
class QPDFObjectHandle;
|
||||
|
||||
class QPDFObject
|
||||
class QPDF_DLL_CLASS QPDFObject
|
||||
{
|
||||
public:
|
||||
QPDFObject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user