small fix fix

This commit is contained in:
MihailRis 2023-12-10 05:31:40 +03:00
parent a5dd97fc03
commit e8afad34d2

View File

@ -93,9 +93,8 @@ namespace gui {
void back();
void clearHistory();
void reset();
//FIXME "gui::PagesControl::current() returns Page by-value! (can initiate unexpected behaviour)")
Page current();
Page& current();
};
}
#endif // FRONTEND_GUI_PANELS_H_