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:
John Spray 2005-03-05 00:31:12 +00:00
parent efa09596c0
commit b433a7ff83

View File

@ -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_);