summaryrefslogtreecommitdiff
path: root/sw/inc/densebplustree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/densebplustree.hxx')
-rw-r--r--sw/inc/densebplustree.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/densebplustree.hxx b/sw/inc/densebplustree.hxx
index be3252ae8abb..90cb4008fb0a 100644
--- a/sw/inc/densebplustree.hxx
+++ b/sw/inc/densebplustree.hxx
@@ -96,7 +96,7 @@ private:
DBPTreeNode< Key, Value > *pNode;
Key nIndex;
- NodeWithIndex() : pNode( NULL ), nIndex( 0 ) {}
+ NodeWithIndex() {}
NodeWithIndex( DBPTreeNode< Key, Value > *p, Key n ) : pNode( p ), nIndex( n ) {}
};