summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-11-14 02:05:55 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2010-11-14 03:38:42 +0100
commit9a5dda7b01638919dda3093f77135e5d5584d191 (patch)
tree4e30888b0cc202d8c103efd5ced7f9f8ebd2d6d7 /sw/inc/ring.hxx
parentd53b289cd7dc817cdb069005437851353b35448f (diff)
RTF: port last changes from CWS
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r--sw/inc/ring.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx
index 6c99b0f2ae21..8637f4d43cd3 100644
--- a/sw/inc/ring.hxx
+++ b/sw/inc/ring.hxx
@@ -28,9 +28,10 @@
#ifndef _RING_HXX
#define _RING_HXX
+#include <swdllapi.h>
#include <swtypes.hxx>
-class Ring
+class SW_DLLPUBLIC Ring
{
Ring *pNext;
Ring* pPrev; // zur Optimierung, damit das ein/ausketten schneller geht!