mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Const correctness.
This commit is contained in:
parent
997c61921e
commit
06b4443e80
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue