Const correctness.

This commit is contained in:
Teo Mrnjavac 2015-04-15 12:20:01 +02:00
parent 997c61921e
commit 06b4443e80
2 changed files with 5 additions and 5 deletions

View file

@ -306,14 +306,14 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn
bool
ChoicePage::isNextEnabled()
ChoicePage::isNextEnabled() const
{
return m_nextEnabled;
}
ChoicePage::Choice
ChoicePage::currentChoice()
ChoicePage::currentChoice() const
{
return m_choice;
}