diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-02 08:21:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-02 08:34:24 +0200 |
commit | 5b829710d65310c6082c2c65ec1239515e319a8e (patch) | |
tree | d0edede537f5ededc45caa6d6fb2ba664efc8acf /sw/inc/ring.hxx | |
parent | f1e7489d98a1d1fd9e261e4a7e83fff03e5daf63 (diff) |
Blind fix for C2491: definition of dllimport function not allowed
Change-Id: I81e89126a7721e50fb07a99e582de792cdc480dd
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r-- | sw/inc/ring.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx index e8e0f9cc9ea5..e364be893822 100644 --- a/sw/inc/ring.hxx +++ b/sw/inc/ring.hxx @@ -30,7 +30,7 @@ namespace sw template <class T> class RingIterator; template <class T> - class SW_DLLPUBLIC Ring + class Ring { struct Ring_node_traits { |