Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 10, 2023
1 parent 3e98526 commit a5dd97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/gui/panels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void PagesControl::back() {
set(name, false);
}

Page PagesControl::current() {
Page& PagesControl::current() {
return current_;
}

Expand Down

0 comments on commit a5dd97f

Please sign in to comment.