summaryrefslogtreecommitdiffstats
path: root/xml2cmp/source/support/heap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/support/heap.hxx')
-rw-r--r--xml2cmp/source/support/heap.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xml2cmp/source/support/heap.hxx b/xml2cmp/source/support/heap.hxx
index 5d4a9bf0a610..bbf9ed5db7e4 100644
--- a/xml2cmp/source/support/heap.hxx
+++ b/xml2cmp/source/support/heap.hxx
@@ -70,7 +70,6 @@ class HeapItem
bool operator<=(
const HeapItem & i_rOther ) const
{ return ! (i_rOther < *this); }
- const Simstr & Value() const;
const Simstr & Key() const;
HeapItem * Next() const;