mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
make something const
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9692 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
efa09596c0
commit
b433a7ff83
@ -118,7 +118,7 @@ void GLayoutBox::set(string const & layout)
|
||||
|
||||
void GLayoutBox::update()
|
||||
{
|
||||
int current_selection = combo_.get_active_row_number();
|
||||
int const current_selection = combo_.get_active_row_number();
|
||||
clear();
|
||||
|
||||
LyXTextClass const & tc = getTextClass(owner_);
|
||||
|
Loading…
Reference in New Issue
Block a user