diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-31 12:12:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-31 12:12:31 +0200 |
commit | 5ee87e861e3147d6a3a9411296cd2498d77555db (patch) | |
tree | 1684f583167b48459ca87226a1f801f4dc2e8894 /sw/inc | |
parent | ee8f76a3e89c7070958a4c42b17818a0b90f3f0d (diff) |
Avoid undef downcast in base class ctor
Change-Id: I71eecfdc657b153f9289e8e9af52fba9ed22d3a8
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndarr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index 7d65a951592b..26fee7e73fd1 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -90,6 +90,7 @@ class SW_DLLPUBLIC SwNodes friend class SwDoc; friend class SwNode; friend class SwNodeIndex; + friend class SwStartNode; friend class ::sw::DocumentContentOperationsManager; SwNodeIndex* pRoot; ///< List of all indices on nodes. |