summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorPhilip Lorenz <lorenzph+freedesktop@gmail.com>2010-12-19 13:03:01 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-12-19 13:03:01 +0000
commit88a4154420e016d93c5ce05b5b8e09b6bddcadc9 (patch)
treec73462b5e9c601f4465fb6b679d66a0b65b0812f /qt4
parent18cd9f6aeb48266c551952c395eb9cd662bc27f5 (diff)
build on newer MSVC
Diffstat (limited to 'qt4')
-rw-r--r--qt4/src/poppler-annotation.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/qt4/src/poppler-annotation.h b/qt4/src/poppler-annotation.h
index ab54c6f4..ae90d713 100644
--- a/qt4/src/poppler-annotation.h
+++ b/qt4/src/poppler-annotation.h
@@ -2,6 +2,7 @@
* Copyright (C) 2006-2008, Albert Astals Cid <aacid@kde.org>
* Copyright (C) 2006, 2008 Pino Toscano <pino@kde.org>
* Copyright (C) 2007, Brad Hards <bradh@frogmouth.net>
+ * Copyright (C) 2010, Philip Lorenz <lorenzph+freedesktop@gmail.com>
* Adapting code from
* Copyright (C) 2004 by Enrico Ros <eros.kde@email.it>
*
@@ -140,7 +141,7 @@ class POPPLER_QT4_EXPORT Annotation
QRectF boundary() const;
void setBoundary( const QRectF &boundary );
- struct Style
+ struct POPPLER_QT4_EXPORT Style
{
// appearance properties
QColor color; // black
@@ -160,7 +161,7 @@ class POPPLER_QT4_EXPORT Annotation
} style;
/* properties: popup window */
- struct Window
+ struct POPPLER_QT4_EXPORT Window
{
// window state (Hidden, FixedRotation, Deny* flags allowed)
int flags; // -1 (never initialized) -> 0 (if inited and shown)
@@ -177,7 +178,7 @@ class POPPLER_QT4_EXPORT Annotation
} window;
/* properties: versioning */
- struct Revision
+ struct POPPLER_QT4_EXPORT Revision
{
// child revision
Annotation * annotation; // not null