Issue #118: Fixing compilation errors

This commit is contained in:
Jakub Melka
2023-12-08 10:54:29 +01:00
parent cdbbe5e121
commit 642e6a9bb7
19 changed files with 123 additions and 56 deletions

View File

@ -426,7 +426,7 @@ private:
};
/// Annotation default appearance
class PDFAnnotationDefaultAppearance
class PDF4QTLIBCORESHARED_EXPORT PDFAnnotationDefaultAppearance
{
public:
explicit inline PDFAnnotationDefaultAppearance() = default;
@ -482,7 +482,7 @@ struct AnnotationDrawParameters
/// Annotations are various enhancements to pages graphical representation,
/// such as graphics, text, highlight or multimedia content, such as sounds,
/// videos and 3D annotations.
class PDFAnnotation
class PDF4QTLIBCORESHARED_EXPORT PDFAnnotation
{
public:
explicit PDFAnnotation();
@ -1497,7 +1497,7 @@ public:
mutable PDFCachedItem<PDFObject> appearanceStream;
};
struct PageAnnotations
struct PDF4QTLIBCORESHARED_EXPORT PageAnnotations
{
bool isEmpty() const { return annotations.empty(); }