small fixes

This commit is contained in:
Ara
2023-12-09 23:16:17 +06:00
parent c5ab5996a3
commit f5b5130e8b
8 changed files with 85 additions and 134 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ namespace gui {
void back();
void clearHistory();
void reset();
//comment or erase pragma if you hate notes..
#pragma message("gui::PagesControl::current() returns Page by-value! (can initiate unexpected behaviour)")
//FIXME "gui::PagesControl::current() returns Page by-value! (can initiate unexpected behaviour)")
Page current();
};
}