diff options
Diffstat (limited to 'khexedit/hexbuffer.cc')
-rw-r--r-- | khexedit/hexbuffer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/hexbuffer.cc b/khexedit/hexbuffer.cc index 746b00e..e6a5532 100644 --- a/khexedit/hexbuffer.cc +++ b/khexedit/hexbuffer.cc @@ -580,9 +580,9 @@ bool CHexBuffer::hasFileName( void ) -int CHexBuffer::setLayout( SDisplayLayout &tqlayout ) +int CHexBuffer::setLayout( SDisplayLayout &layout ) { - mLayout = tqlayout; + mLayout = layout; mLayout.verify(); if( mLayout.primaryMode == SDisplayLayout::textOnly ) |