summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-30 01:27:26 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-02 00:33:18 +0100
commit9e4e7b2f454a5a3ccd619e9789461d474c2dacc7 (patch)
treed236ce9a18cd036c626ad0965ed6ef0fb62e44a6 /sw/inc/ring.hxx
parent759ae3c367f63ee006cfa8f4239ddcc1302b5879 (diff)
test intrusive
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r--sw/inc/ring.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx
index 5d8e7dee0763..25697c9b120e 100644
--- a/sw/inc/ring.hxx
+++ b/sw/inc/ring.hxx
@@ -21,6 +21,7 @@
#include <swdllapi.h>
#include <swtypes.hxx>
+#include <boost/intrusive/list.hpp>
class SW_DLLPUBLIC Ring
{
@@ -39,6 +40,7 @@ public:
Ring* GetPrev() const { return pPrev; }
sal_uInt32 numberOf() const;
+ boost::intrusive::list_member_hook<> m_aHook;
};
#endif