small fix

This commit is contained in:
MihailRis 2023-12-10 05:29:43 +03:00
parent 3e98526a24
commit a5dd97fc03

View File

@ -258,7 +258,7 @@ void PagesControl::back() {
set(name, false);
}
Page PagesControl::current() {
Page& PagesControl::current() {
return current_;
}