diff options
Diffstat (limited to 'khexedit/lib/kcoordrangelist.cpp')
-rw-r--r-- | khexedit/lib/kcoordrangelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/kcoordrangelist.cpp b/khexedit/lib/kcoordrangelist.cpp index 3028c7d..ac6130b 100644 --- a/khexedit/lib/kcoordrangelist.cpp +++ b/khexedit/lib/kcoordrangelist.cpp @@ -53,7 +53,7 @@ void KCoordRangeList::addCoordRange( KCoordRange NewCoordRange ) // Start of the combined sections is the smaller one NewCoordRange.extendStartTo( (*S).start() ); // next we search all the overlapping sections and keep the highest end index - KBufferCoord End((*S).end()); + TDEBufferCoord End((*S).end()); iterator LS = S; for( ++LS; LS!=end(); ++LS ) { |