diff options
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 6d7fcd2f95c9..fd699b563356 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -632,7 +632,7 @@ public: class SwJumpEditFieldType : public SwFieldType { SwDoc* m_pDoc; - SwDepend m_aDep; + sw::WriterMultiListener m_aDep; public: SwJumpEditFieldType( SwDoc* pDoc ); |