summaryrefslogtreecommitdiffstats
path: root/khexedit/hexbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/hexbuffer.cpp')
-rw-r--r--khexedit/hexbuffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/hexbuffer.cpp b/khexedit/hexbuffer.cpp
index 83cfa84..7614256 100644
--- a/khexedit/hexbuffer.cpp
+++ b/khexedit/hexbuffer.cpp
@@ -549,8 +549,8 @@ CHexBuffer::CHexBuffer( void )
mUndoLimit = 10;
mUndoIndex = 0;
- mUndoList.setAutoDelete( TRUE );
- mBookmarkList.setAutoDelete( TRUE );
+ mUndoList.setAutoDelete( true );
+ mBookmarkList.setAutoDelete( true );
}